Pmd icon
Pmd icon

Pmd

 6 likes

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

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
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

Our users have written 0 comments and reviews about Pmd, and it has gotten 6 likes

Pmd was added to AlternativeTo by rohitghatol on Mar 5, 2011 and this page was last updated Sep 18, 2015.
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