What static analyzers do you make a point of running on Java code, and why?

Posted by Finbarr on Stack Overflow See other posts from Stack Overflow or by Finbarr
Published on 2010-05-13T14:51:03Z Indexed on 2010/05/13 14:54 UTC
Read the original article Hit count: 271

Filed under:
|

I have experimented with several different static analyzers for Java, notably Findbugs and PMD.

I am looking for examples of other static analyzers that may be worth running on Java code.

© Stack Overflow or respective owner

Related posts about java

Related posts about static-analysis