IntelliJ IDEA keymap for Eclipse
Provides a new entry to Preferences --> General --> Keys (IntelliJ IDEA) The supported shortcuts can be seen here https://github.com/IntelliJIdeaKeymap4Eclipse...
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 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...
The Orc programing language is a novel language for distributed and concurrent programming which provides uniform access to computational services, including distributed...
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 integrates defect and project management systems, build systems and other software development tools with Eclipse.