How to automatically find bugs in Java code
Karsten Lehmann 14 May 2009 12:38:24
Animated by a blog posting of Stephan Wissel about automatic code review, I would like to share an interesting article with you.It's about three tools to automatically detect possible bugs in Java code. It compares the tools FindBugs, PMD and TFTP (Test and Performance Tools), which provide rule based code analysis that you can also extend with your own "personal bugs".
Here is the article:
- Destroy annoying bugs part 1: FindBugs and PMD doing good work cheaply
- Destroy annoying bugs part 2: Plug me into Eclipse
- Destroy annoying bugs part 3: FindBugs for large scale analysis
- Destroy annoying bugs part 4: the end is near
- Comments [0]