-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b53
-
x86
-
linux
A DESCRIPTION OF THE PROBLEM :
The method get in the hashmap class has the following documentation:
Returns the value to which the specified key is mapped in this identity hash map,...etc.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Should that not be just hash map instead of identity hash map?
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/index.html
I am expanding the scope of this fix to
general collection class get(Object) method maintenance.
The method get in the hashmap class has the following documentation:
Returns the value to which the specified key is mapped in this identity hash map,...etc.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Should that not be just hash map instead of identity hash map?
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.5.0/docs/api/index.html
I am expanding the scope of this fix to
general collection class get(Object) method maintenance.