Used PMD for Windows?


Editors’ Review

Download.com staff
PMD is a comprehensive Java source code analyzer that identifies potential problems. It detects unused variables, empty catch blocks, and inefficient code, enhancing overall code quality.
  • Pros

    • Finds unused variables
    • Detects empty catch blocks
    • Identifies unnecessary object creation
    • Locates dead code
    • Scans for suboptimal code usage
  • Cons

    • Does not detect overcomplicated expressions
    • Does not flag duplicate code
    • Limited to Java source code analysis

Used PMD for Windows?


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
5.0.1
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows Vista
  • Windows 10
  • Windows 2003
  • Windows XP
  • Windows 7
Additional Requirements
None
POPULARITY
Total Downloads
10,262
Downloads Last Week
10

Report Software

Program available in other languages


Last Updated


Developer’s Description

Analyze and detect unused variables and blocks.
PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, and unnecessary object creation. PMD scans Java source code and looks for potential problems like: possible bugs: empty try, catch, finally, or switch statements, dead code: unused local variables, parameters, and private methods, suboptimal code: wasteful String or StringBuffer usage, overcomplicated expressions: unnecessary if statements or for loops that could be while loops, and duplicate code: copied or pasted code.

Download.com
Your review for PMD