| Link | Panopticode Support | Description |
|---|---|---|
| Emma | Yes | An open source Java code coverage tool. |
| JavaNCSS | Yes | An open source tool for collecting NCSS (Non-Comment Source Statements) and CCN (Cyclomatic Complexity Number) in Java programs. |
| JDepend | Yes | An open source tool for gathering design quality metrics and package dependencies. |
| CheckStyle | In 0.2 | An open source tool for checking Java projects for coding standard violations. |
| Complexian | Planned for 0.2 | A tool for collecting NPATH (Number of acyclic execution PATHs) and CCN (Cyclomatic Complexity Number) in Java programs. |
| CKJM | In 0.2 | CKJM calculates Chidamber and Kemerer object-oriented metrics including WMC (Weighted Methods per Class), DIT (Depth of Inheritance Tree), NOC (Number Of Children), CBO (Coupling Between Object classes), RFC (Response For a Class), LCOM (Lack of Cohesion Of Methods). In addition it also calculates for each class Ca (Afferent couplings) and NPM (Number of public methods). |
| Subversion | Planned for 0.2 | An open source version control tool. |
| Clover | Planned for 0.3 | A commercial Java code coverage tool. Free licenses are available for use on open source projects. |
| Cobertura | Planned for 0.3 | An open source Java code coverage tool. |
| PMD | Planned for 0.3 | An open source tool for checking Java projects for coding standard violations. |
| Simian | Planned for 0.3 | A commercial tool for finding duplicate code. Free licenses are available for use on open source projects. |
| CVS | Planned | An open source version control tool. |
| JHawk | Under Consideration | A commercial tool for gathering many metrics in Java programs. Metrics gathered include CCN (Cyclomatic Complexity Number), Halstead Metrics (length, vocabulary, volume, difficulty, effort, and bugs), Maintainabilty Index, LCOM (Lack of Cohesion Of Methods), and more. |
| Power Software | Needs Investigation | A vendor of commercial metrics tools. |
| Structural Analysis for Java | Needs Investigation | An IBM AlphaWorks tool that analyzes structural dependencies of Java applications, measures stability, detects structural "anti-patterns," and more. |
| Semantic Designs | Not Planned | A vendor of commercial metrics tools. |