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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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!