- 
    Bug 
- 
    Resolution: Fixed
- 
     P5 P5
- 
    11, 16, 17, 18
- 
        b14
                    Usages of methods Integer.valueOf, Byte.valueOf, Short.valueOf, Float.valueOf, Double.valueOf, Long.valueOf often can be simplified by using their pair methods parseInt/parseLong/parseShort/parseByte/parseFloat.
            
 
        