pmd/pmd-jedit/PMDPlugin/description.html

4 lines
288 B
HTML
Raw Normal View History

<html>
<p>PMD is a Java source code analysis tool - it checks your code for unused fields, empty try/catch/finally/if/while blocks, unused method parameters, and stuff like that. There's much more info at <a href="http://pmd.sf.net/">http://pmd.sf.net/</a>. Share and enjoy!</p>
</html>