Some time ago I wrote a post about FindBugs – a powerful tool for static code analysis in Java. Today I want to tell you about an Eclipse plugin that allows you to integrate FindBugs into your favorite IDE and automatically use it on your code.
The plugin works only with Eclipse 3.3+. The install instructions [...]
FindBugs plugin for Eclipse
Find bugs with FindBugs
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 [...]