Pmd icon
Pmd icon

Pmd

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

Pmd screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
6likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • Java
  • source-code-analysis

Pmd News & Activities

Highlights All activities

Recent activities

No activities found.

Pmd information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English
Pmd was added to AlternativeTo by rohitghatol on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Pmd?

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