Saturday 30 August 2014

Static program analysis in Java by Findbugs plugin.

Before some days, I was statically analyzing my application code with Findbugs.
During my analysis, I got many warning/bugs/points in my code. From those some are really important which I want to share....
Here are those points.

1.) Bx: Method invokes inefficient Number constructor; use static valueOf instead (DM_NUMBER_CTOR)

No comments:

Post a Comment