IDE
Show All Instances of selected Java Class or Interface
As mentioned in the Eclipse help Java Development User Guide Tips and tricks Debugging section, when debugging with JavaSE-1.6 you can see all instances of a particular class. You...
FindBugs Eclipse Plugin
FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses...
Orc Eclipse Plug-in
The Orc programing language is a novel language for distributed and concurrent programming which provides uniform access to computational services, including distributed...
Unnecessary Code Detector
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.
Mylyn
Mylyn integrates defect and project management systems, build systems and other software development tools with Eclipse.