Plugins (1068)


Training and Consulting (40)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 539
Comments: 0


Category: Plugin Directory / Source Code Analyzer / Unnecessary Code Detector

Unnecessary Code Detector 
Rate this plugin | Report broken link | Details | Comments (3)

Rating: 6.0 (3 Votes) | hits: 1
Unnecessary Code Detector

Version: 0.9.0
Support Eclipse Version: 3.2; 3.3; 3.4
License: Free EPL
Development Status: Alpha
Company:
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum

UCDetector (Unnecessary Code Detector) is a eclipse PlugIn to find unnecessary public java code, like classes/members/methods which are public or protected and which have no references. Unnecessary code is marked in eclipse using problem markers. Code which could be changed to protected or private is also marked. This markers appear in the eclipse problem view, like other java problems. UCDetector also finds cyclic dependencies between classes in your code. This cycle classes are shown in s special cycle view.
Added on: 13-Mar-2008




Last 3 Comments


User: AnonymousRating: 92008-03-27 19:01:48
The first vote is wrong, because the "Clean up code option" does not check public or protected classes, methods or fields. This plugin is usefull to find unnecessary public code.


User: AnonymousRating: 82008-03-20 08:27:08
Eclipse does not do that. The clean up feature consider only local variable and private field.


User: AnonymousRating: 12008-03-18 07:30:49
Why? The Clean up code option under Source->Clean Up already does this and a lot more. And you can set warnings/errors for this sort of things too (well unused variables mainly). A waste of time.