PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/sourceforge/domian/test/benchmark/AbstractQueenPuzzle.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 223 |
An operation on an Immutable object (BigDecimal or BigInteger) won't change the object itself | 160 |
net/sourceforge/domian/test/benchmark/QueenPuzzleTestRunner.java
Violation | Line |
---|
Too many static imports may lead to messy code | 16 - 256 |
net/sourceforge/domian/test/benchmark/SequentialQueenPuzzle.java
Violation | Line |
---|
Avoid unused imports such as 'net.sourceforge.domian.repository.PersistenceDefinition' | 25 |
These nested if statements could be combined | 67 - 70 |