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 ...
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 to provide features such ...
The eclipse-cs Checkstyle plug-in integrates the well-known source code analyzer Checkstyle into today's leading IDE - Eclipse.
Checkstyle is a development tool to help ...
CodePro AnalytiX is now offered as a free download by Google. Please stay tuned for exciting new announcements coming soon on the Google Web Toolkit blog ...
Sonar for Eclipse provides comprehensive integration of Sonar into Eclipse. It shows quality issues while browsing the source code. Developers are made aware of quality issues ...
UML Lab provides truly agile modeling and coding with Eclipse. The tool integrates UML modeling with Xpand code generation and template-based reverse and round-trip engineering.
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 ...
Learning how to use a framework correctly is a challenging task. Eclipse Code Recommenders support novice developers on this task by leveraging the knowledge how others used ...
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 ...