![]() |
|
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.basic |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 7 6 4 3 | Total : Per method : | 43 7.17 | Total : Per method : Per statement : | 15 2.5 0.35 |
||
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 15 7 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 14 2.33 0.33 | Statement Test Coverage : Method Test Reference : | 0 2.75 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AvoidBranchingStatementAsLastInLoopRule() | 0 | 7 | 1 | 0 |
visit(ASTBreakStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTContinueStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTReturnStatement,Object) | 0 | 2 | 1 | 0 |
check(String,Node,Object) | 0 | 14 | 7 | 0 |
hasPropertyValue(String,String) | 0 | 6 | 4 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
13 | Commentaire javadoc manquant. | |
15 | Commentaire javadoc manquant. | 5 |
16 | Commentaire javadoc manquant. | 5 |
17 | Commentaire javadoc manquant. | 5 |
23 | Commentaire javadoc manquant. | 5 |
26 | Commentaire javadoc manquant. | 5 |
29 | Commentaire javadoc manquant. | 5 |
33 | Commentaire javadoc manquant. | 5 |
43 | Commentaire javadoc manquant. | 5 |
48 | Commentaire javadoc manquant. | 5 |
53 | Commentaire javadoc manquant. | 5 |
58 | Commentaire javadoc manquant. | 5 |
76 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 4 3 1 | Total : Per method : | 35 8.75 | Total : Per method : Per statement : | 18 4.5 0.51 |
||
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 9 6 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 5 1.25 0.14 | Statement Test Coverage : Method Test Reference : | 0 0.67 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AvoidMultipleUnaryOperatorsRule() | 0 | 3 | 1 | 0 |
visit(ASTUnaryExpression,Object) | 0 | 3 | 1 | 0 |
visit(ASTUnaryExpressionNotPlusMinus,Object) | 0 | 3 | 1 | 0 |
checkUnaryDescendent(Node,Object) | 0 | 25 | 15 | 2 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
11 | Commentaire javadoc manquant. | |
13 | Commentaire javadoc manquant. | 9 |
18 | Commentaire javadoc manquant. | 9 |
24 | Commentaire javadoc manquant. | 9 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 8 7 3 5 | Total : Per method : | 102 14.57 | Total : Per method : Per statement : | 66 9.43 0.65 |
||
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): | 6 0 37 16 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 20 2.86 0.2 | Statement Test Coverage : Method Test Reference : | 0 5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AvoidUsingHardCodedIPRule() | 0 | 4 | 1 | 0 |
visit(ASTCompilationUnit,Object) | 0 | 14 | 5 | 0 |
visit(ASTLiteral,Object) | 0 | 9 | 7 | 0 |
isLatinDigit(char) | 0 | 2 | 2 | 2 |
isHexCharacter(char) | 0 | 2 | 5 | 1 |
isIPv4(char,String) | 0 | 12 | 11 | 2 |
isIPv6(char,String,boolean,boolean) | 0 | 47 | 35 | 1 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
11 | Commentaire javadoc manquant. | |
13 | Commentaire javadoc manquant. | 5 |
14 | Commentaire javadoc manquant. | 5 |
15 | Commentaire javadoc manquant. | 5 |
17 | Commentaire javadoc manquant. | 5 |
22 | Commentaire javadoc manquant. | 5 |
25 | Commentaire javadoc manquant. | 5 |
28 | Commentaire javadoc manquant. | 5 |
29 | Commentaire javadoc manquant. | 5 |
31 | Commentaire javadoc manquant. | 5 |
32 | Commentaire javadoc manquant. | 5 |
33 | Commentaire javadoc manquant. | 5 |
35 | Commentaire javadoc manquant. | 5 |
42 | Commentaire javadoc manquant. | 5 |
59 | Commentaire javadoc manquant. | 5 |
79 | Commentaire javadoc manquant. | 5 |
83 | Commentaire javadoc manquant. | 5 |
87 | Commentaire javadoc manquant. | 5 |
111 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 3 2 2 1 | Total : Per method : | 13 6.5 | Total : Per method : Per statement : | 5 2.5 0.38 |
||
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 14 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 6 3 0.46 | Statement Test Coverage : Method Test Reference : | 0 3 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AvoidUsingOctalValuesRule() | 0 | 2 | 1 | 0 |
visit(ASTLiteral,Object) | 0 | 7 | 4 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
9 | Commentaire javadoc manquant. | |
11 | Commentaire javadoc manquant. | 5 |
13 | Commentaire javadoc manquant. | 5 |
19 | Commentaire javadoc manquant. | 5 |
23 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 0 | Total : Per method : | 19 19 | Total : Per method : Per statement : | 17 17 0.89 |
||
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 20 1 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 3 3 0.16 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTAllocationExpression,Object) | 0 | 18 | 17 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
17 | Commentaire javadoc manquant. | |
19 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 5 4 5 0 | Total : Per method : | 37 9.25 | Total : Per method : Per statement : | 27 6.75 0.73 |
||
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): | 13 0 26 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.25 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 7 1.75 0.19 | Statement Test Coverage : Method Test Reference : | 0 0.2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTCompilationUnit,Object) | 0 | 3 | 1 | 0 |
visit(ASTImportDeclaration,Object) | 0 | 4 | 3 | 0 |
visit(ASTAllocationExpression,Object) | 0 | 8 | 6 | 0 |
visit(ASTPrimaryPrefix,Object) | 0 | 20 | 17 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
29 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
29 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
38 | Commentaire javadoc manquant. | 5 |
46 | Commentaire javadoc manquant. | 9 |
56 | Commentaire javadoc manquant. | 5 |
71 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 6 5 2 4 | Total : Per method : | 80 16 | Total : Per method : Per statement : | 44 8.8 0.55 |
||
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): | 14 0 39 15 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.2 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 3 0.6 0.04 | Statement Test Coverage : Method Test Reference : | 0 2.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTIfStatement,Object) | 0 | 9 | 3 | 0 |
checkForViolations(ASTIfStatement,Object,Node) | 0 | 28 | 19 | 1 |
primaryExpressionsAreEqual(ASTPrimaryExpression,ASTPrimaryExpression) | 0 | 13 | 7 | 1 |
findExpressionNames(Node,String) | 1 | 21 | 10 | 0 |
findNullCompareExpression(ASTEqualityExpression) | 0 | 8 | 5 | 1 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
22 | Commentaire javadoc manquant. | |
24 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 0 | Total : Per method : | 20 20 | Total : Per method : Per statement : | 11 11 0.55 |
||
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 18 1 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 3 3 0.15 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTVariableDeclaratorId,Object) | 0 | 19 | 11 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
15 | Commentaire javadoc manquant. | |
17 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 9 8 5 4 | Total : Per method : | 86 10.75 | Total : Per method : Per statement : | 55 6.88 0.64 |
||
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): | 20 0 47 30 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 2 0.25 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 5 0.62 0.06 | Statement Test Coverage : Method Test Reference : | 0 1.2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 4 | 3 | 0 |
visit(ASTCompilationUnit,Object) | 0 | 6 | 2 | 0 |
visit(ASTFieldDeclaration,Object) | 0 | 5 | 3 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 39 | 22 | 0 |
ifVerify(ASTIfStatement,String) | 0 | 12 | 10 | 1 |
findNonVariableStmt(String,ASTPrimaryExpression,ASTPrimaryExpression) | 1 | 7 | 5 | 1 |
matchName(ASTPrimaryExpression,String) | 0 | 7 | 6 | 2 |
getNameFromPrimaryPrefix(ASTPrimaryPrefix) | 0 | 4 | 4 | 2 |
View line in source | Style Error | Column |
---|---|---|
48 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
52 | Commentaire javadoc manquant. | 5 |
60 | Commentaire javadoc manquant. | 5 |
71 | Commentaire javadoc manquant. | 5 |
81 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.basic | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 3 4 0 | Total : Per method : | 47 15.67 | Total : Per method : Per statement : | 25 8.33 0.53 |
||
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 24 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 0 0 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 5 1.67 0.11 | Statement Test Coverage : Method Test Reference : | 0 1.25 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 11 | 6 | 0 |
visit(ASTImplementsList,Object) | 0 | 9 | 6 | 0 |
visit(ASTMethodDeclarator,Object) | 0 | 22 | 13 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
14 | Commentaire javadoc manquant. | |
24 | Commentaire javadoc manquant. | 5 |
41 | Commentaire javadoc manquant. | 5 |
56 | Commentaire javadoc manquant. | 5 |