I'm searching for similar tools like FindBugs to analyze my code. I only saw that in the links page 开发者_如何学运维of the FindBugs site.
I can search in webfor the tools, but I don't know what is the category of this type of program.
I don't searching for the best, but all that can help me to test my code.
See A Comparison of Bug Finding Tools for Java, which is referenced from the FindBugs site.
PMD is a great complement to FindBugs. Wherease FindBugs works on bytecode, PMD analyzes Java source. Both have their strengths and weaknesses.
I think you should search for the term "static code analysis"
You might also like:
- PMD
- testability explorer
- crap4j
We utilise Sonar, which combines many different tools into one package. It's FOSS, web enabled, provides problem drill down support, historical comparison, nicely integrates with maven.
精彩评论