Code Analysis
Up one levelPlug-ins for Code Analysis
-
Checkstyle
- Integrates the Checkstyle Java code auditor into the Eclipse IDE
-
Duplication Management Framework
- Duplicate code detection and removal
-
EclipseMetrics
- Calculates various metrics for your code during build cycles
-
FindBugs
- Check for bugs everytime you save or compile
-
JDepend4Eclipse
- A wrapper for running JDepend from within Eclipse
-
JLint
- Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph.
-
Metrics
- A metrics tool for Eclipse that can be exported to an XML file
-
PMD
- Scans for potential Java source code problems
-
Jalopy
- A Java source code formatter
-
Creole
- Explore Java code visually
-
Classycle
- Integrates Classycle dependency analyzer into the Eclipse IDE
-
VENIS
- a Visual Environment for Navigating and Interacting with Software. Venis focuses on supporting users to understand parts of large codebases.
-
CAP
- CAP is a plugin for the eclipse platform and analysis the dependencies of your Java project.
-
Demeter Cop
- Plugin that enforces the Law of Demeter by re-engineering Java code and providing a variety of solutions to these violations.
-
Prospector
- Prospector is a "search engine" that helps programmers use large, complex APIs.
-
GERT
- GERT is a Java analysis tool for profiling software metrics as well as statement and branch coverage. Combined, these statistics strive to estimate overall reliability of a project as early as possible.