![]() |
|
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.jsp.rule |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.jsp.rule | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 26 26 25 1 | Total : Per method : | 55 2.12 | Total : Per method : Per statement : | 27 1.04 0.49 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 0 2 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 28 2 32 325 |
||||
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 : | 27 1.04 0.49 | Statement Test Coverage : Method Test Reference : | 0 0.28 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AbstractJspRule() | 0 | 2 | 1 | 2 |
setUsesTypeResolution() | 0 | 1 | 1 | 0 |
apply(Node,RuleContext) | 0 | 2 | 1 | 0 |
visitAll(Node,RuleContext) | 0 | 4 | 2 | 0 |
visit(JspNode,Object) | 0 | 3 | 1 | 22 |
visit(ASTCompilationUnit,Object) | 0 | 2 | 1 | 0 |
visit(ASTContent,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspDirective,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspDirectiveAttribute,Object) | 0 | 2 | 1 | 1 |
visit(ASTJspScriptlet,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspExpression,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspDeclaration,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspComment,Object) | 0 | 2 | 1 | 0 |
visit(ASTText,Object) | 0 | 2 | 1 | 0 |
visit(ASTUnparsedText,Object) | 0 | 2 | 1 | 0 |
visit(ASTElExpression,Object) | 0 | 2 | 1 | 0 |
visit(ASTValueBinding,Object) | 0 | 2 | 1 | 0 |
visit(ASTCData,Object) | 0 | 2 | 1 | 0 |
visit(ASTElement,Object) | 0 | 2 | 1 | 1 |
visit(ASTAttribute,Object) | 0 | 2 | 1 | 1 |
visit(ASTAttributeValue,Object) | 0 | 2 | 1 | 0 |
visit(ASTJspExpressionInAttribute,Object) | 0 | 2 | 1 | 0 |
visit(ASTCommentTag,Object) | 0 | 2 | 1 | 0 |
visit(ASTDeclaration,Object) | 0 | 2 | 1 | 0 |
visit(ASTDoctypeDeclaration,Object) | 0 | 2 | 1 | 0 |
visit(ASTDoctypeExternalId,Object) | 0 | 2 | 1 | 0 |
View line in source of duplicated classes | Lines | Tokens | Start of code fragment |
---|---|---|---|
(5) net/sourceforge/pmd/lang/jsp/ast/JspParserVisitorAdapter
(65) net/sourceforge/pmd/lang/jsp/rule/AbstractJspRule | 89 | 485 |
public Object visit(JspNode node, Object data) {
node.childrenAccept(this, data);
return nul ..... |
View line in source | Style Error | Column |
---|---|---|
37 | Commentaire javadoc manquant. | |
39 | Commentaire javadoc manquant. | 5 |
43 | Commentaire javadoc manquant. | 5 |
48 | Commentaire javadoc manquant. | 5 |
52 | Commentaire javadoc manquant. | 5 |
65 | Commentaire javadoc manquant. | 5 |
70 | Commentaire javadoc manquant. | 5 |
74 | Commentaire javadoc manquant. | 5 |
78 | Commentaire javadoc manquant. | 5 |
82 | Commentaire javadoc manquant. | 5 |
86 | Commentaire javadoc manquant. | 5 |
90 | Commentaire javadoc manquant. | 5 |
94 | Commentaire javadoc manquant. | 5 |
98 | Commentaire javadoc manquant. | 5 |
102 | Commentaire javadoc manquant. | 5 |
106 | Commentaire javadoc manquant. | 5 |
110 | Commentaire javadoc manquant. | 5 |
114 | Commentaire javadoc manquant. | 5 |
118 | Commentaire javadoc manquant. | 5 |
122 | Commentaire javadoc manquant. | 5 |
126 | Commentaire javadoc manquant. | 5 |
130 | Commentaire javadoc manquant. | 5 |
134 | Commentaire javadoc manquant. | 5 |
138 | Commentaire javadoc manquant. | 5 |
142 | Commentaire javadoc manquant. | 5 |
146 | Commentaire javadoc manquant. | 5 |
150 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.jsp.rule | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 4 2 1 3 | 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): | 9 1 12 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 : | 4 2 0.31 | Statement Test Coverage : Method Test Reference : | 0 2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
JspParserVisitorAdapter$1.visit(JspNode,Object) | 0 | 3 | 1 | 0 |
indexNodes(Node,RuleContext) | 0 | 7 | 2 | 0 |
visit(Rule,Node,RuleContext) | 0 | 5 | 2 | 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 |
32 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.jsp.rule | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 1 | Total : Per method : |
NaN | Total : Per method : Per statement : |
NaN NaN |
||
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): | 4 1 5 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 2 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: |
---|
Package: net.sourceforge.pmd.lang.jsp.rule | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 1 1 1 0 | Total : Per method : | 3 3 | Total : Per method : Per statement : | 1 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 1 2 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 3 1 | Statement Test Coverage : Method Test Reference : | 0 1 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
JspRuleViolation(Rule,RuleContext,JspNode,String) | 0 | 2 | 1 | 1 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
8 | Commentaire javadoc manquant. | |
9 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.jsp.rule | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 3 2 0 3 | Total : Per method : | 5 2.5 | Total : Per method : Per statement : | 2 1 0.4 |
||
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 1 5 3 |
||||
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 : | 4 2 0.8 | Statement Test Coverage : Method Test Reference : | 0 Infinity |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
JspRuleViolationFactory() | 0 | 1 | 1 | 1 |
createRuleViolation(Rule,RuleContext,Node,String) | 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 | Commentaire javadoc manquant. | |
13 | Commentaire javadoc manquant. | 5 |
18 | Commentaire javadoc manquant. | 5 |