-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b114
-
sparc
-
solaris_2.6
-
Not verified
Name: vsR10316 Date: 05/12/2004
Filed By : SPB JCK team (###@###.###)
JDK :
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
getInstance
public static SyncProvider getInstance(String providerID)
throws SyncFactoryException
Returns the SyncProvider instance identified by providerID.
Parameters:
providerID - the unique identifier of the provider
Returns:
a SyncProvider implementation
Throws:
SyncFactoryException - If the SyncProvider cannot be found or some error was encountered when trying to invoke this provider.
...
---------- end-of-excerpt ---------------
Problem description
===================
The behaviour of method in case of parameter value is null isn't specified.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
Additional comments:
====================
Actually it throws NullPointerException if parameter is null
======================================================================
Filed By : SPB JCK team (###@###.###)
JDK :
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Specification excerpt:
======================
--------- J2SE API spec v.1.5 ---------
...
getInstance
public static SyncProvider getInstance(String providerID)
throws SyncFactoryException
Returns the SyncProvider instance identified by providerID.
Parameters:
providerID - the unique identifier of the provider
Returns:
a SyncProvider implementation
Throws:
SyncFactoryException - If the SyncProvider cannot be found or some error was encountered when trying to invoke this provider.
...
---------- end-of-excerpt ---------------
Problem description
===================
The behaviour of method in case of parameter value is null isn't specified.
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
Additional comments:
====================
Actually it throws NullPointerException if parameter is null
======================================================================