InfoQ

InfoQ

Topic/Tag specific view

Eclipse TPTP Content on InfoQ


News about Eclipse TPTP

Current Status of Java Static Analysis Tools

Topics
Checkstyle,
FindBugs,
PMD,
Java,
IntelliJ IDEA,
Debugging,
Eclipse TPTP,
Languages,
Build systems,
Programming,
Project Jackpot,
Eclipse,
IDEs

Static analysis tools help developers locate potential problems in their code. Static analysis is an inspection of code without executing it, looking for problems as varied as misunderstood APIs to use of the wrong boolean operators. This post summarizes the six of the leading tools and discusses the current trends in static analysis tools.