Recently I have realised that often in posts on this blog I tend to mention the FindBugs tool. Therefore today some words about it.
FindBugs is a tool for a static analysis of Java code. It basically goes trough your programs (both .class and .java files) and searches for patterns of most common bugs. When you [...]