|
|
UCDetector: Unnecessary Code Detector
More
Run UCDetector with ANT
It is possible to run UCDetector in headless mode (no user interface) by calling
Apache Ant.
This may be interesting, for build manager to create the html reports.
Unzip folder org.ucdetector.source_x.y.z.jar/ant, check README.txt
See last version from README.txt
|
|
Detect class cycles - removed!
Moved from ucdetector release, because 'detect class cycles', does not fit to 'detect unnecessary code'.
Detect class cycles is now only avaiable as source from svn:
https://ucdetector.svn.sourceforge.net/svnroot/ucdetector/trunk/org.ucdetector.cycle
Right click on classes, packages or projects, Select context menu: "UCDetector/detect cycles".
The class cycles will appear in the Cycle View. Browse the class cycles by exploring the
cycle tree.
|
|
Count code checked by UCDetector
It is possible to count code checked by UCDetector. Select context menu: "UCDetector/count elements"
|
|
Clean markers
Delete UCDetector markers by right clicking on a java element which contains
the markers and select:
"UCDetector/Clean markers"
|
|
|