The Artima Developer Community
Sponsored Link

Java Buzz Forum
Make the most of Pmd, Findbugs and CheckStyle result.

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
Make the most of Pmd, Findbugs and CheckStyle result. Posted: Jan 10, 2015 2:15 PM
Reply to this message Reply

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.
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: Make the most of Pmd, Findbugs and CheckStyle result.

Topic: Java Design Patterns course launched on JCG Academy! Previous Topic   Next Topic Topic: Java Direct ByteBuffer Example

Sponsored Links



Google
  Web Artima.com   

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