![]() |
|
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.codesize |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 19 19 17 2 | Total : Per method : | 64 3.37 | Total : Per method : Per statement : | 27 1.42 0.42 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 0 3 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 24 3 37 169 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 3 0.16 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 19 1 0.3 | Statement Test Coverage : Method Test Reference : | 0 0.41 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AbstractNcssCountRule(Class) | 1 | 2 | 1 | 3 |
visit(JavaNode,Object) | 0 | 14 | 3 | 0 |
countNodeChildren(Node,Object) | 1 | 7 | 2 | 12 |
visit(ASTForStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTDoStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTIfStatement,Object) | 0 | 5 | 2 | 0 |
visit(ASTWhileStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTBreakStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTCatchStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTContinueStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTFinallyStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTReturnStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTSwitchStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTSynchronizedStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTThrowStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTStatementExpression,Object) | 0 | 4 | 3 | 0 |
visit(ASTLabeledStatement,Object) | 0 | 2 | 1 | 0 |
visit(ASTLocalVariableDeclaration,Object) | 0 | 4 | 3 | 0 |
visit(ASTSwitchLabel,Object) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
33 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
47 | Commentaire javadoc manquant. | 5 |
90 | Commentaire javadoc manquant. | 5 |
95 | Commentaire javadoc manquant. | 5 |
100 | Commentaire javadoc manquant. | 5 |
112 | Commentaire javadoc manquant. | 5 |
117 | Commentaire javadoc manquant. | 5 |
122 | Commentaire javadoc manquant. | 5 |
127 | Commentaire javadoc manquant. | 5 |
132 | Commentaire javadoc manquant. | 5 |
137 | Commentaire javadoc manquant. | 5 |
142 | Commentaire javadoc manquant. | 5 |
147 | Commentaire javadoc manquant. | 5 |
152 | Commentaire javadoc manquant. | 5 |
157 | Commentaire javadoc manquant. | 5 |
168 | Commentaire javadoc manquant. | 5 |
173 | Commentaire javadoc manquant. | 5 |
190 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 14 13 13 1 | Total : Per method : | 132 10.15 | Total : Per method : Per statement : | 38 2.92 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): | 24 0 71 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.08 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 18 1.38 0.14 | Statement Test Coverage : Method Test Reference : | 0 0.77 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
Entry.Entry(Node) | 0 | 2 | 1 | 0 |
Entry.bumpDecisionPoints() | 0 | 2 | 1 | 0 |
Entry.bumpDecisionPoints(int) | 0 | 2 | 1 | 0 |
Entry.getComplexityAverage() | 0 | 2 | 2 | 0 |
CyclomaticComplexityRule() | 0 | 4 | 1 | 0 |
visit(ASTCompilationUnit,Object) | 0 | 6 | 1 | 0 |
visit(ASTIfStatement,Object) | 0 | 6 | 1 | 0 |
visit(ASTCatchStatement,Object) | 0 | 4 | 1 | 0 |
visit(ASTForStatement,Object) | 0 | 6 | 1 | 0 |
visit(ASTDoStatement,Object) | 0 | 6 | 1 | 0 |
visit(ASTSwitchStatement,Object) | 0 | 16 | 5 | 0 |
visit(ASTWhileStatement,Object) | 0 | 6 | 1 | 0 |
visit(ASTConditionalExpression,Object) | 0 | 7 | 2 | 0 |
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 10 | 6 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 20 | 7 | 0 |
visit(ASTEnumDeclaration,Object) | 0 | 7 | 3 | 0 |
visit(ASTConstructorDeclaration,Object) | 0 | 13 | 3 | 0 |
View line in source | Style Error | Column |
---|---|---|
29 | Le commentaire javadoc est vide. | |
37 | Commentaire javadoc manquant. | 5 |
40 | Commentaire javadoc manquant. | 5 |
43 | Commentaire javadoc manquant. | 5 |
50 | Commentaire javadoc manquant. | |
76 | Commentaire javadoc manquant. | 3 |
82 | Commentaire javadoc manquant. | 3 |
91 | Commentaire javadoc manquant. | 3 |
102 | Commentaire javadoc manquant. | 3 |
109 | Commentaire javadoc manquant. | 3 |
120 | Commentaire javadoc manquant. | 3 |
131 | Commentaire javadoc manquant. | 3 |
157 | Commentaire javadoc manquant. | 3 |
168 | Commentaire javadoc manquant. | 3 |
181 | Commentaire javadoc manquant. | 3 |
203 | Commentaire javadoc manquant. | 3 |
236 | Commentaire javadoc manquant. | 3 |
252 | Commentaire javadoc manquant. | 3 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 0 0 0 | Total : Per method : |
NaN | Total : Per method : Per statement : |
NaN NaN |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 1 0 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 0 2 0 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : |
NaN | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : |
NaN NaN | Statement Test Coverage : Method Test Reference : | 0 NaN |
Method : | Javadocs: | Source statements: | Cyclometic complexity: |
---|
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 8 3 5 | Total : Per method : |
NaN | Total : Per method : Per statement : |
NaN NaN |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 1 0 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 2 1 10 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : |
NaN | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : |
NaN NaN | Statement Test Coverage : Method Test Reference : | 0 4 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: |
---|
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 1 1 1 0 | Total : Per method : | 4 4 | Total : Per method : Per statement : | 1 1 0.25 |
||
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): | 3 0 4 0 |
||||
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.75 | Statement Test Coverage : Method Test Reference : | 0 2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
ExcessiveClassLengthRule() | 0 | 3 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
14 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
14 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
15 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 1 1 1 0 | Total : Per method : | 4 4 | Total : Per method : Per statement : | 1 1 0.25 |
||
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): | 3 0 4 0 |
||||
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.75 | Statement Test Coverage : Method Test Reference : | 0 2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
ExcessiveMethodLengthRule() | 0 | 3 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
14 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
14 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
15 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 2 2 0 | Total : Per method : | 6 3 | Total : Per method : Per statement : | 2 1 0.33 |
||
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 5 1 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.5 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 4 2 0.67 | Statement Test Coverage : Method Test Reference : | 0 1 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
ExcessiveParameterListRule() | 0 | 3 | 1 | 0 |
visit(ASTFormalParameter,Object) | 0 | 2 | 1 | 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. | |
18 | Commentaire javadoc manquant. | 5 |
24 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 4 3 1 | Total : Per method : | 14 3.5 | Total : Per method : Per statement : | 9 2.25 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): | 8 0 11 6 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 4 1 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 9 2.25 0.64 | Statement Test Coverage : Method Test Reference : | 0 1 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
ExcessivePublicCountRule() | 0 | 3 | 1 | 0 |
visit(ASTMethodDeclarator,Object) | 1 | 2 | 1 | 0 |
visit(ASTFieldDeclaration,Object) | 1 | 4 | 4 | 0 |
getTallyOnAccessType(AccessNode) | 1 | 4 | 3 | 2 |
View line in source | Style Error | Column |
---|---|---|
13 | Le commentaire javadoc est vide. | |
27 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
29 | Commentaire javadoc manquant. | 5 |
37 | Balise javadoc @return manquante. | |
37 | Balise javadoc @param manquante pour 'node'. | 45 |
37 | Balise javadoc @param manquante pour 'data'. | 58 |
45 | Balise javadoc @return manquante. | |
45 | Balise javadoc @param manquante pour 'node'. | 45 |
45 | Balise javadoc @param manquante pour 'data'. | 58 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 15 15 13 2 | Total : Per method : | 103 6.87 | Total : Per method : Per statement : | 39 2.6 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): | 21 1 58 105 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 2 0.13 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 14 0.93 0.14 | Statement Test Coverage : Method Test Reference : | 0 0.54 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
NPathComplexityRule() | 0 | 3 | 1 | 0 |
complexityMultipleOf(JavaNode,int,Object) | 0 | 7 | 2 | 2 |
complexitySumOf(JavaNode,int,Object) | 0 | 7 | 2 | 2 |
visit(ASTMethodDeclaration,Object) | 0 | 8 | 1 | 0 |
visit(JavaNode,Object) | 0 | 3 | 1 | 0 |
visit(ASTIfStatement,Object) | 0 | 14 | 11 | 0 |
visit(ASTWhileStatement,Object) | 0 | 4 | 1 | 0 |
visit(ASTDoStatement,Object) | 0 | 4 | 1 | 0 |
visit(ASTForStatement,Object) | 0 | 4 | 1 | 0 |
visit(ASTReturnStatement,Object) | 0 | 10 | 5 | 0 |
visit(ASTSwitchStatement,Object) | 0 | 14 | 3 | 0 |
visit(ASTTryStatement,Object) | 0 | 3 | 1 | 0 |
visit(ASTConditionalExpression,Object) | 0 | 6 | 3 | 0 |
sumExpressionComplexity(ASTExpression) | 1 | 13 | 5 | 11 |
getViolationParameters(DataPoint) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
31 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
33 | Commentaire javadoc manquant. | 5 |
64 | Commentaire javadoc manquant. | 5 |
77 | Commentaire javadoc manquant. | 5 |
83 | Commentaire javadoc manquant. | 5 |
115 | Commentaire javadoc manquant. | 5 |
126 | Commentaire javadoc manquant. | 5 |
137 | Commentaire javadoc manquant. | 5 |
148 | Commentaire javadoc manquant. | 5 |
168 | Commentaire javadoc manquant. | 5 |
193 | Commentaire javadoc manquant. | 5 |
207 | Commentaire javadoc manquant. | 5 |
253 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 3 3 3 0 | Total : Per method : | 8 2.67 | Total : Per method : Per statement : | 3 1 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): | 8 0 10 3 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 2 0.67 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 4 1.33 0.5 | Statement Test Coverage : Method Test Reference : | 0 0.67 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
NcssConstructorCountRule() | 1 | 3 | 1 | 0 |
visit(ASTExplicitConstructorInvocation,Object) | 0 | 2 | 1 | 0 |
getViolationParameters(DataPoint) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
13 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
23 | Commentaire javadoc manquant. | 3 |
27 | Commentaire javadoc manquant. | 3 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 3 3 3 0 | Total : Per method : | 8 2.67 | Total : Per method : Per statement : | 3 1 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): | 6 0 11 3 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 2 0.67 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 4 1.33 0.5 | Statement Test Coverage : Method Test Reference : | 0 0.67 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
NcssMethodCountRule() | 1 | 3 | 1 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 2 | 1 | 0 |
getViolationParameters(DataPoint) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
11 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
21 | Commentaire javadoc manquant. | 5 |
26 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 9 9 9 0 | Total : Per method : | 26 2.89 | Total : Per method : Per statement : | 13 1.44 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): | 14 0 20 36 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 2 0.22 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 10 1.11 0.38 | Statement Test Coverage : Method Test Reference : | 0 0.33 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
NcssTypeCountRule() | 1 | 3 | 1 | 0 |
visit(ASTClassOrInterfaceDeclaration,Object) | 0 | 4 | 3 | 0 |
visit(ASTConstructorDeclaration,Object) | 0 | 2 | 1 | 0 |
visit(ASTExplicitConstructorInvocation,Object) | 0 | 2 | 1 | 0 |
visit(ASTEnumDeclaration,Object) | 0 | 6 | 3 | 0 |
visit(ASTMethodDeclaration,Object) | 0 | 2 | 1 | 0 |
visit(ASTInitializer,Object) | 0 | 2 | 1 | 0 |
visit(ASTFieldDeclaration,Object) | 0 | 2 | 1 | 0 |
getViolationParameters(DataPoint) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
19 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
30 | Commentaire javadoc manquant. | 5 |
40 | Commentaire javadoc manquant. | 5 |
45 | Commentaire javadoc manquant. | 5 |
50 | Commentaire javadoc manquant. | 5 |
64 | Commentaire javadoc manquant. | 5 |
69 | Commentaire javadoc manquant. | 5 |
74 | Commentaire javadoc manquant. | 5 |
79 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.java.rule.codesize | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 3 2 2 | Total : Per method : | 31 10.33 | Total : Per method : Per statement : | 11 3.67 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): | 8 0 26 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 : | 3 1 0.1 | Statement Test Coverage : Method Test Reference : | 0 3.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
TooManyFieldsRule() | 0 | 2 | 1 | 0 |
visit(ASTCompilationUnit,Object) | 0 | 17 | 8 | 0 |
bumpCounterFor(ASTClassOrInterfaceDeclaration) | 0 | 7 | 2 | 1 |
View line in source | Style Error | Column |
---|---|---|
19 | Commentaire javadoc manquant. | |
31 | Commentaire javadoc manquant. | 5 |
35 | Commentaire javadoc manquant. | 5 |