PMD scans Java source code and looks for potential problems like:
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private methods
* Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
* Duplicate code - copied/pasted code means copied/pasted bugs
Categories: Source Code Analyzer
Additional Details
Organization Name: -
Development Status: Mature
Date Created: Monday, June 14, 2010 - 08:08
License: BSD
Date Updated: Friday, September 6, 2013 - 18:17
Submitted by: Emmanuel LESNE
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 0/0 | 0 | 4 |
September 2024 | 0/0 | 0 | 8 |
August 2024 | 0/0 | 0 | 11 |
July 2024 | 0/0 | 0 | 12 |
June 2024 | 0/0 | 0 | 13 |
May 2024 | 0/0 | 0 | 11 |
April 2024 | 0/0 | 0 | 9 |
March 2024 | 0/0 | 0 | 9 |
February 2024 | 0/0 | 0 | 15 |
January 2024 | 0/0 | 0 | 11 |
December 2023 | 0/0 | 0 | 9 |
November 2023 | 0/0 | 0 | 4 |
Reviews Add new review
Buggy
Submitted by Mahan Rad on Wed, 04/09/2014 - 07:31
Unfortunately very buggy
How install to Eclipse Helios?
Submitted by Mike Cai on Wed, 05/08/2013 - 01:35
How install to Eclipse Helios?
PMD
Submitted by Ricardo Armas on Tue, 07/26/2011 - 11:52
Powerful tool for source code analysis.
How install/download?
Submitted by Javid Mising name on Sat, 04/02/2011 - 19:27
How install to Eclipse Helios?