- 
    Bug 
- 
    Resolution: Fixed
- 
     P5 P5
- 
    1.4.1
- 
        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