-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P5
-
None
-
Affects Version/s: 17
-
Component/s: core-libs
-
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