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
|
|
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.
|
|