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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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!