Unnecessary Code Detector
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.
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...
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...
# Local Keep AI for Eclipse Ask your own AI models about your code without leaving Eclipse — explain the open file, generate tests, or chat, against **1,000+ models**, local or...
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...
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.