This post originated from an RSS feed registered with Java Buzz
by Lahlali Issam.
Original Post: Make the most of Pmd, Findbugs and CheckStyle result.
Feed Title: Go Inside Java open source projects
Feed URL: https://javadepend.wordpress.com/feed/
Feed Description: Analyse open source Java projects to go inside their design and implementation.
Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private methods. Empty if/while statements. Overcomplicated expressions—Unnecessary […]