-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6, 1.2.0
-
beta
-
sparc
-
solaris_2.5
Name: avC70361 Date: 03/18/98
The java.util.ResourceBundle documentation does not specify a behavior of
methods getObject(String), handleGetObject(String) when a value of their
argument is null.
The getObject(String) only passes the parameter to handleGetObject().
In that case the behavior of getObject method with null argument depends on the
behaviour of the handleGetObject() with the same argument. The handleGetObject
is an abstract method in ResourceBundle and its behavior in the case of null
argument is also not specified.
======================================================================