Atlassian Clover for Eclipse
Clover measures Java and Groovy code coverage and optimises your test execution so you can prioritise new test development, get faster feedback of test results, and reduce risk of...
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript...
IDE VulScanner is an integrated vulnerability scanner for Eclipse IDE, which is part of OWASP's ideVulScanner project. It enhances the security of your development workflow by...
Clover measures Java and Groovy code coverage and optimises your test execution so you can prioritise new test development, get faster feedback of test results, and reduce risk of...
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.