FindBugs Bug Descriptions - FindBugs™ - Find Bugs in Java Programs
Bx: Method invokes inefficient floating-point Number constructor; use static valueOf instead (DM_FP_NUMBER_CTOR) Using new Double(double) is guaranteed to always result in a new object whereas Double.valueOf(double) allows caching of values to be done ...
findbugs.sourceforge.net |