-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.1
-
Component/s: core-libs
-
b04
-
generic
-
generic
-
Not verified
The specs for Integer.getInteger(String) and getInteger(String, int) state: "Details of possible numeric formats can be found with the definition of getProperty." Based on the 'see also' list, this appears to be a reference to System.getProperty().
However, System.getProperty() says nothing about numeric formats.
Should this instead be a reference to Integer.getInteger(String, Integer), which provides more details on allowable numeric formats?
###@###.### 2003-04-17
However, System.getProperty() says nothing about numeric formats.
Should this instead be a reference to Integer.getInteger(String, Integer), which provides more details on allowable numeric formats?
###@###.### 2003-04-17