Bracketeer will show you all you need to know about the brackets in your code (highlight brackets, show information about closing brackets, etc...)
This solution will extend the Java (JDT) edito...
Includator is an Eclipse CDT plugin which helps to manage include dependencies in C/C++ projects. With the help of static code analysis, problems or improvements can be detected automatically where...
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 of the Java libr...
JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse.
- What is JDepend? (from www.clarkware.com):
JDepend traverses a set of Java class and source file directo...
JProjectAnalyzer is an Eclipse plug-in which provides an easy and very quick means for analyzing a Java Source Project in the Eclipse IDE.
JProjectAnalyzer Highlights:
JProjectAnalyzer analy...
The primary function of the SEA-QL is the fast and accurate search of Java-related software engineering artifacts using their properties and relations.
SEA-QL’s unparalleled artifact search cap...
Intro:
The tool will run the user defined audit rules on supplied WSDL(though currently it supports only WSDL based on w3c schema type, it can be extended to support any XML).
The rules should be...
JDeodorant is an Eclipse plug-in that identifies design problems in software, known as bad smells, and resolves them by applying appropriate refactorings.
JDeodorant employs a variety of novel m...
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython). It uses advanced type inference techniques which allow it to provide things such as code c...
Enhanced Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly. It also integrates with ...
The Checkstyle Plugin (eclipse-cs) integrates the well-known source code analyzer Checkstyle into the Eclipse IDE. Checkstyle is a development tool to help you ensure that your Java code adheres to...
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 of the Java libr...
The eclipse-pmd plug-in integrates the source code analyzer PMD into the Eclipse IDE. Everytime you save your work, eclipse-pmd scans your source code and looks for potential problems like possible...
SpotBugs is a defect detection tool for Java that uses static analysis to look for more than 400 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libr...
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.
UML Lab provides truly agile modeling and coding with Eclipse. The tool integrates UML modeling with code generation and template-based reverse and round-trip engineering.
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already...
A set of tools to optimize the creation and maintainability of JUnit tests.
Write less, test more! The main feature of JUnit-Tools is to generate JUnit test-elements (packages, classes, methods,...
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com A...
Bracketeer will show you all you need to know about the brackets in your code (highlight brackets, show information about closing brackets, etc...)
This solution will extend the C/C++ (CDT) edit...
ModelGoon brings new points of view of a Java project. Thanks to its tight connection and interaction with the Eclipse Java Development Tools JDT. ModelGoon provides also round-trip features on Cla...
Eclipse Code Recommenders assists Java developers in learning how to use and extend new APIs by leveraging the information hidden in the source code of existing applications and integrating the gai...
JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse.
- What is JDepend? (from www.clarkware.com):
JDepend traverses a set of Java class and source file directo...
Scalastyle examines your Scala code and indicates potential problems with it. If you have come across Checkstyle for Java, then you’ll have a good idea what scalastyle is. Except that it&rsqu...
JDeodorant is an Eclipse plug-in that identifies design problems in software, known as bad smells, and resolves them by applying appropriate refactorings.
JDeodorant employs a variety of novel m...