- Licenses : EPL
- Operating Systems : OS Independent
- Implementation : Java Eclipse
Showing posts with label Eclipse plugin. Show all posts
Showing posts with label Eclipse plugin. Show all posts
Monday, October 26, 2009
UCDetector (Unecessary Code Detector) : An Eclipse plugin tool that finds unnecessary (dead) public Java code
UCDetector (Unecessary Code Detector) is an Eclipse plugin tool that finds unnecessary (dead) public Java code. It suggests that you make the code final, protected, or private. UCDetector also finds cyclic dependencies between classes.
Labels:
code analysis,
code quality,
Eclipse,
Eclipse plugin,
Java
Subscribe to:
Posts (Atom)