-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b15
Usages of methods Integer.valueOf, Boolean.valueOf, Long.valueOf often can be simplified by using their pair methods parseInt/parseBoolean/parseLong.