![]() |
|
http://xradar.sourceforge.net |
Statics Report - System: 1.0, Version: 0, Date: Today | Designed for use with Checkstyle, CKJM, FindBugs, JavaNCSS, JDepend, Macaron, PMD, PMD-CPD, Java2HTML and Ant. |
[Statics] classes-net.sourceforge.pmd.lang.java.rule.strictexception |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.java.rule.strictexception | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 0 | Total : Per method : | 7 7 | Total : Per method : Per statement : | 2 2 0.29 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 0 0 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 5 0 8 1 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 1 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 3 3 0.43 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTCatchStatement,Object) | 0 | 6 | 2 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
15 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
17 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.strictexception | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 0 | Total : Per method : | 14 14 | Total : Per method : Per statement : | 7 7 0.5 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 0 0 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 8 0 16 1 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 1 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 3 3 0.21 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTThrowStatement,Object) | 0 | 13 | 7 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
18 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
20 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.strictexception | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 8 7 5 3 | Total : Per method : | 32 4.57 | Total : Per method : Per statement : | 20 2.86 0.62 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 0 0 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 7 0 28 22 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 4 0.57 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 6 0.86 0.19 | Statement Test Coverage : Method Test Reference : | 0 1 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTCompilationUnit,Object) | 0 | 3 | 1 | 0 |
visit(ASTImportDeclaration,Object) | 0 | 4 | 2 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 9 | 8 | 0 |
visit(ASTConstructorDeclaration,Object) | 0 | 5 | 2 | 0 |
evaluateExceptions(ASTName,Object) | 1 | 4 | 3 | 0 |
hasDeclaredExceptionInSignature(ASTName) | 1 | 2 | 2 | 1 |
isParentSignatureDeclaration(ASTName) | 1 | 3 | 2 | 1 |
View line in source of duplicated classes | Lines | Tokens | Start of code fragment |
---|---|---|---|
(64) net/sourceforge/pmd/lang/java/rule/strictexception/SignatureDeclareThrowsExceptionRule
(140) net/sourceforge/pmd/lang/java/typeresolution/rules/SignatureDeclareThrowsException | 36 | 91 |
}
/**
* Checks all exceptions for possible violation on the exception declaration.
..... |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
25 | Commentaire javadoc manquant. | 5 |
31 | Commentaire javadoc manquant. | 5 |
39 | Commentaire javadoc manquant. | 5 |
57 | Commentaire javadoc manquant. | 5 |
91 | Le commentaire javadoc est vide. |