

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.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
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
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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



