-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
17
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
All JDK including Long valueOf() API
A DESCRIPTION OF THE PROBLEM :
On the Long method: public static Long valueOf(String s)
The documentation states:
"The result is a Long object that represents the integer value specified by the string."
where it should say
"The result is a Long object that represents the long value specified by the string."
All JDK including Long valueOf() API
A DESCRIPTION OF THE PROBLEM :
On the Long method: public static Long valueOf(String s)
The documentation states:
"The result is a Long object that represents the integer value specified by the string."
where it should say
"The result is a Long object that represents the long value specified by the string."
- links to
-
Review openjdk/jdk/6135