![]() |
|
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.typeresolution.rules |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.java.typeresolution.rules | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 3 4 0 | Total : Per method : | 48 16 | Total : Per method : Per statement : | 40 13.33 0.83 |
||
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): | 10 0 34 6 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.33 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 4 1.33 0.08 | Statement Test Coverage : Method Test Reference : | 0 0.25 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 25 | 20 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 14 | 15 | 0 |
visit(ASTMethodDeclarator,Object) | 0 | 8 | 5 | 0 |
View line in source | Style Error | Column |
---|---|---|
29 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
31 | Commentaire javadoc manquant. | 5 |
68 | Commentaire javadoc manquant. | 5 |
92 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.typeresolution.rules | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 0 | Total : Per method : | 8 8 | Total : Per method : Per statement : | 5 5 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 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.38 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTClassOrInterfaceType,Object) | 0 | 7 | 5 | 0 |
View line in source | Style Error | Column |
---|---|---|
17 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
17 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
19 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.typeresolution.rules | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 13 12 5 8 | Total : Per method : | 68 5.67 | Total : Per method : Per statement : | 45 3.75 0.66 |
||
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): | 12 0 49 60 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 5 0.42 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 7 0.58 0.1 | Statement Test Coverage : Method Test Reference : | 0 2.4 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
SignatureDeclareThrowsException() | 0 | 2 | 1 | 0 |
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 16 | 12 | 0 |
isJUnitTest(ASTClassOrInterfaceType) | 0 | 15 | 11 | 1 |
isJUnitTest(Class) | 0 | 2 | 1 | 1 |
visit(ASTImportDeclaration,Object) | 0 | 4 | 2 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 5 | 4 | 0 |
isAllowedMethod(ASTMethodDeclaration) | 0 | 5 | 4 | 1 |
visit(ASTConstructorDeclaration,Object) | 0 | 3 | 1 | 0 |
checkExceptions(Node,Object) | 1 | 4 | 2 | 2 |
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.
..... |
Bug: Category | Type | Abbreviation | Priority | Method Name | Field Name |
---|---|---|---|---|---|
BAD_PRACTICE | NM_CLASS_NOT_EXCEPTION | Nm | 2 |
View line in source | Style Error | Column |
---|---|---|
32 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
40 | Commentaire javadoc manquant. | 5 |
44 | Commentaire javadoc manquant. | 5 |
96 | Commentaire javadoc manquant. | 5 |
105 | Commentaire javadoc manquant. | 5 |
125 | Commentaire javadoc manquant. | 5 |
167 | Le commentaire javadoc est vide. |