UCDetector: Unnecessary Code Detector

来源:互联网 发布:centos syslog服务器 编辑:程序博客网 时间:2024/06/17 15:33
UCDetector (Unnecessary Code Detector - pronounced "You See Detector") is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references. UCDetector creates markers for the following problems, which appear in the eclipse problem view:Unnecessary (dead) codeCode where the visibility could be changed to protected, default or privateMethods of fields, which can be finalUCDetector popup If you can't see the pop menu above, read FAQGet UCDetectorUCDetector needs Eclipse >= 3.5 and java >= 5.0. (For older versions: Eclipse 3.2, RAD, Eclipse 3.3, 3.4 ) Download:Download org.ucdetector_x.y.z.jarPut org.ucdetector_x.y.z.jar into ECLIPSE_HOME/dropins directoryRestart EclipseEclipse update site: http://ucdetector.sourceforge.net/update
原创粉丝点击