What static analyzers do you make a point of running on Java code, and why?
- by Finbarr
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.