The Artima Developer Community
Sponsored Link

Java Buzz Forum
Exploit better the results of Pmd, Findbugs and CheckStyle.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Lahlali Issam

Posts: 30
Nickname: issam
Registered: Jul, 2009

Lahlali Issam is a lead developer for JArchitect
Exploit better the results of Pmd, Findbugs and CheckStyle. Posted: Nov 24, 2013 4:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Lahlali Issam.
Original Post: Exploit better the results of Pmd, Findbugs and CheckStyle.
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.
Latest Java Buzz Posts
Latest Java Buzz Posts by Lahlali Issam
Latest Posts From Go Inside Java open source projects

Advertisement
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 […]

Read: Exploit better the results of Pmd, Findbugs and CheckStyle.

Topic: Groovy’s magical NullObject Previous Topic   Next Topic Topic: Introduction to JRules

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use