PMD Results
The following document contains the results of PMD 4.3.
Files
org/treetank/service/xml/diff/DiffAxis.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'pOldRtx'. | 47 - 49 |
org/treetank/service/xml/diff/StructuralDiff.java
Violation | Line |
---|
These nested if statements could be combined | 60 - 73 |
org/treetank/service/xml/serialize/StAXSerializer.java
Violation | Line |
---|
Too many static imports may lead to messy code | 28 - 583 |
Avoid unused imports such as 'java.io.IOException' | 36 |
org/treetank/service/xml/serialize/XMLSerializer.java
Violation | Line |
---|
Too many static imports may lead to messy code | 28 - 636 |
org/treetank/service/xml/xpath/operators/AbsObAxis.java
Violation | Line |
---|
Avoid unused method parameters such as 'mOperand'. | 152 - 175 |
org/treetank/service/xml/xpath/parser/XPathScanner.java
Violation | Line |
---|
These nested if statements could be combined | 454 - 457 |