-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6
-
None
-
generic
-
generic
KeyManagerFactory.getInstance( null );
KeyManagerFactory.getInstance( null, Provider );
KeyManagerFactory.getInstance( null, String );
throws NPE.
It would be good to mention this fact in the spec (for the methods or the package).
failing tests:
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance003]
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance004]
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance005]
KeyManagerFactory.getInstance( null, Provider );
KeyManagerFactory.getInstance( null, String );
throws NPE.
It would be good to mention this fact in the spec (for the methods or the package).
failing tests:
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance003]
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance004]
api/javax_net/ssl/KeyManagerFactory/index.html#KeyManagerFactoryTests[getInstance005]
- duplicates
-
JDK-6498649 (spec)javax.net.ssl.KeyManagerFactory.getInstance( null ) throws undocumented NPE
-
- Closed
-