![]() |
|
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.ast.xpath.saxon |
|
[scorecard] [analysis] [explanations] | |
{overview} {architecture} {design} {code} {test} {source control} {system specific} |
Package: net.sourceforge.pmd.lang.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 40 39 39 1 | Total : Per method : | 86 2.21 | Total : Per method : Per statement : | 78 2 0.91 |
||
Inheritance: | Coupling: | ||||||
Depth of inheritance tree (DIT): Number of Children (NOC): | 1 3 |
Efferent/Import Class Couplings (CBO/Ce): Afferent/Export Class Couplings (Ca): Response for a class (RFC): Lack of Cohesion in methods (LCOM): | 16 3 49 780 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 39 1 | Total : Per method : Per statement : | 1 0.03 0.01 | Total : Per method : Per statement : | 3 0.08 0.03 | Statement Test Coverage : Method Test Reference : | 0 0.13 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
getSystemId() | 1 | 2 | 2 | 0 |
setSystemId(String) | 1 | 2 | 2 | 0 |
getStringValue() | 1 | 2 | 2 | 0 |
getStringValueCS() | 1 | 2 | 2 | 0 |
getTypedValue() | 1 | 2 | 2 | 0 |
getUnderlyingNode() | 1 | 2 | 2 | 1 |
getSiblingPosition() | 1 | 2 | 2 | 0 |
atomize() | 1 | 2 | 2 | 0 |
compareOrder(NodeInfo) | 1 | 2 | 2 | 0 |
copy(Receiver,int,boolean,int) | 1 | 2 | 2 | 0 |
equals(Object) | 0 | 6 | 5 | 1 |
generateId(FastStringBuffer) | 1 | 2 | 2 | 0 |
getAttributeValue(int) | 1 | 2 | 2 | 0 |
getBaseURI() | 1 | 2 | 2 | 0 |
getColumnNumber() | 1 | 2 | 2 | 0 |
getConfiguration() | 1 | 2 | 2 | 0 |
getDeclaredNamespaces(createUnsupportedOperationException[][]) | 1 | 2 | 2 | 0 |
getDisplayName() | 1 | 2 | 2 | 0 |
getDocumentNumber() | 1 | 2 | 1 | 0 |
getDocumentRoot() | 1 | 2 | 2 | 0 |
getFingerprint() | 1 | 2 | 2 | 0 |
getLineNumber() | 1 | 2 | 2 | 0 |
getLocalPart() | 1 | 2 | 2 | 0 |
getNameCode() | 1 | 2 | 2 | 0 |
getNamePool() | 1 | 2 | 2 | 0 |
getNodeKind() | 1 | 2 | 2 | 0 |
getParent() | 1 | 2 | 2 | 0 |
getPrefix() | 1 | 2 | 2 | 0 |
getRoot() | 1 | 2 | 2 | 0 |
getTypeAnnotation() | 1 | 2 | 2 | 0 |
getURI() | 1 | 2 | 2 | 0 |
hasChildNodes() | 1 | 2 | 2 | 0 |
isId() | 1 | 2 | 2 | 0 |
isIdref() | 1 | 2 | 2 | 0 |
isNilled() | 1 | 2 | 2 | 0 |
isSameNodeInfo(NodeInfo) | 1 | 2 | 1 | 0 |
iterateAxis(byte) | 1 | 2 | 2 | 3 |
iterateAxis(byte,NodeTest) | 1 | 5 | 2 | 0 |
createUnsupportedOperationException(String) | 1 | 2 | 1 | 34 |
View line in source | Code Violation | Rule |
---|---|---|
Ensure you override both equals() and hashCode() | OverrideBothEqualsAndHashcode |
Bug: Category | Type | Abbreviation | Priority | Method Name | Field Name |
---|---|---|---|---|---|
BAD_PRACTICE | HE_EQUALS_USE_HASHCODE | HE | 1 | equals |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
26 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
26 | Dans le commentaire javadoc de la classe, il manque une balise @version. |
Package: net.sourceforge.pmd.lang.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 3 3 3 0 | Total : Per method : | 14 4.67 | Total : Per method : Per statement : | 4 1.33 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): | 8 1 9 0 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 4 1.33 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 6 2 0.43 | Statement Test Coverage : Method Test Reference : | 0 1 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AttributeAxisIterator(ElementNode) | 1 | 3 | 1 | 2 |
getAnother() | 1 | 2 | 1 | 0 |
advance() | 1 | 6 | 2 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
10 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
10 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
12 | Commentaire javadoc manquant. | 5 |
13 | Commentaire javadoc manquant. | 5 |
19 | Balise javadoc @param manquante pour 'startNodeInfo'. | 46 |
Package: net.sourceforge.pmd.lang.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 8 8 8 0 | Total : Per method : | 35 4.38 | Total : Per method : Per statement : | 14 1.75 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): | 9 1 25 14 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 1 0.12 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 14 1.75 0.4 | Statement Test Coverage : Method Test Reference : | 0 0.62 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
AttributeNode(Attribute,int) | 0 | 3 | 1 | 1 |
getNodeKind() | 0 | 2 | 1 | 0 |
getLocalPart() | 0 | 2 | 1 | 0 |
getURI() | 0 | 2 | 1 | 0 |
atomize() | 0 | 16 | 7 | 1 |
getStringValueCS() | 0 | 2 | 1 | 0 |
getTypedValue() | 0 | 2 | 1 | 0 |
compareOrder(NodeInfo) | 0 | 2 | 1 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
16 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
16 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
17 | Commentaire javadoc manquant. | 5 |
18 | Commentaire javadoc manquant. | 5 |
19 | Commentaire javadoc manquant. | 5 |
21 | Commentaire javadoc manquant. | 5 |
26 | Commentaire javadoc manquant. | 5 |
31 | Commentaire javadoc manquant. | 5 |
36 | Commentaire javadoc manquant. | 5 |
41 | Commentaire javadoc manquant. | 5 |
62 | Commentaire javadoc manquant. | 5 |
67 | Commentaire javadoc manquant. | 5 |
72 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 8 8 8 0 | Total : Per method : | 27 3.38 | Total : Per method : Per statement : | 17 2.12 0.63 |
||
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 2 16 26 |
||||
Javadocs: | Code violations: | Style Errors: | Unit Test Coverage | ||||
Total : Per method : | 5 0.62 | Total : Per method : Per statement : |
NaN NaN | Total : Per method : Per statement : | 7 0.88 0.26 | Statement Test Coverage : Method Test Reference : | 0 0.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
DocumentNode(Node) | 1 | 2 | 1 | 1 |
getUnparsedEntity(String) | 1 | 2 | 2 | 0 |
getUnparsedEntityNames() | 1 | 2 | 2 | 0 |
selectID(String) | 1 | 2 | 2 | 0 |
getNodeKind() | 0 | 2 | 1 | 0 |
getDocumentRoot() | 0 | 2 | 1 | 0 |
hasChildNodes() | 0 | 2 | 1 | 0 |
iterateAxis(byte) | 0 | 10 | 7 | 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 @author. | |
19 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
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.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 13 13 13 0 | Total : Per method : | 83 6.38 | Total : Per method : Per statement : | 51 3.92 0.61 |
||
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): | 15 5 33 32 |
||||
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 : | 22 1.69 0.27 | Statement Test Coverage : Method Test Reference : | 0 0.62 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
ElementNode(DocumentNode,IdGenerator,ElementNode,Node,int) | 0 | 13 | 3 | 1 |
getUnderlyingNode() | 0 | 2 | 1 | 3 |
getSiblingPosition() | 0 | 2 | 1 | 0 |
getColumnNumber() | 0 | 2 | 1 | 0 |
getLineNumber() | 0 | 2 | 1 | 0 |
hasChildNodes() | 0 | 2 | 1 | 0 |
getNodeKind() | 0 | 2 | 1 | 0 |
getDocumentRoot() | 0 | 2 | 1 | 0 |
getLocalPart() | 0 | 2 | 1 | 0 |
getURI() | 0 | 2 | 1 | 0 |
getParent() | 0 | 2 | 1 | 0 |
compareOrder(NodeInfo) | 0 | 2 | 1 | 0 |
iterateAxis(byte) | 0 | 41 | 37 | 0 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
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 |
20 | Commentaire javadoc manquant. | 5 |
21 | Commentaire javadoc manquant. | 5 |
22 | Commentaire javadoc manquant. | 5 |
23 | Commentaire javadoc manquant. | 5 |
24 | Commentaire javadoc manquant. | 5 |
26 | Commentaire javadoc manquant. | 5 |
44 | Commentaire javadoc manquant. | 5 |
49 | Commentaire javadoc manquant. | 5 |
54 | Commentaire javadoc manquant. | 5 |
59 | Commentaire javadoc manquant. | 5 |
64 | Commentaire javadoc manquant. | 5 |
69 | Commentaire javadoc manquant. | 5 |
74 | Commentaire javadoc manquant. | 5 |
79 | Commentaire javadoc manquant. | 5 |
84 | Commentaire javadoc manquant. | 5 |
89 | Commentaire javadoc manquant. | 5 |
94 | Commentaire javadoc manquant. | 5 |
99 | Commentaire javadoc manquant. | 5 |
Package: net.sourceforge.pmd.lang.ast.xpath.saxon | Class source |
Methods: | Source statements: | Cyclomatic Complexity | |||||
---|---|---|---|---|---|---|---|
Total: Total Declared: Public : Private : | 2 1 2 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): | 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 3 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 : | 4 4 1 | Statement Test Coverage : Method Test Reference : | 0 1.5 |
Method : | Javadocs: | Source statements: | Cyclometic complexity: | Test References: |
---|---|---|---|---|
getNextId() | 0 | 2 | 1 | 1 |
View line in source | Style Error | Column |
---|---|---|
1 | La ligne ne correspond pas à la ligne d'en-tête attendue '^\/\*\*[ ]*$'. | |
6 | Dans le commentaire javadoc de la classe, il manque une balise @author. | |
6 | Dans le commentaire javadoc de la classe, il manque une balise @version. | |
9 | Commentaire javadoc manquant. | 5 |