UCDetector (Unnecessary Code Detector) is a Open Source Eclipse Plugin Tool. UCDetector finds unnecessary (dead) public Java code. It suggests to make code final, protected or private.
Features
- Find unnecessary java code
- Reduce visibility of code
- Detect class cycles
- Eclipse plugin
- Html, xml and text report
- Change code using eclipse QuickFixes
License
Eclipse Public LicenseFollow UCDetector
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Ucdetector works great.
-
I've found this very useful with the large code-base at my office. It does a great job of finding the dead code. Nice extras are that it will mark things as only used in unit tests and it finds when the access specifier is too general.
-
thanks man, great soft!
-
Very useful. It would be greate to have a version of UcDetector on Maven :-)
-
A great tool for helping find dead code!