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.
  • Licenses : EPL
  • Operating Systems : OS Independent
  • Implementation : Java Eclipse

1 comment:

Sandeep said...

yes definitely ucdetector is good plugin for eclipse. Installing and using ucdetector plugin is very easy.