Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: cfa9399c9bdc28b34036865ca02460d1821fd5bd Size: 16.94 MB File Format: zip
Rating: 2
out of 5
based on 23 user ratings
Downloads: 1093 License: Free
PMD is a free software by Dale Anson and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download PMD which is 16.94 MB in size and belongs to the software category Coding languages and Compilers. PMD was released on 2013-01-30 and last updated on our database on 2017-04-25 and is currently at version 5.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
PMD Description
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.