Normally, when doing some work on an existing project, I would just go with whatever style is already established in the code base. But our team has to maintain multiple small t
FindBugs is a very good tool for code static analysis. It really explores potential bugs and is easy to integrate in IDE and build tools.