JDK-8155873 : Fix deprecation warnings about Class.newInstance
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 9
  • Priority: P3
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2016-05-02
  • Updated: 2016-05-02
Related Reports
Relates :  
Relates :  
Sub Tasks
JDK-8155874 :  
JDK-8155880 :  
Description
When Class.newInstance was deprecated (JDK-6850612), the warnings on existing uses of the method were generally suppressed. Those sites should be re-examined and potentially rewritten to use other recommended coding patterns.