PMD Results

The following document contains the results of PMD 4.2.2.

Files

net/sourceforge/domian/test/benchmark/AbstractQueenPuzzle.java

ViolationLine
Too many static imports may lead to messy code16 - 223
An operation on an Immutable object (BigDecimal or BigInteger) won't change the object itself160

net/sourceforge/domian/test/benchmark/QueenPuzzleTestRunner.java

ViolationLine
Too many static imports may lead to messy code16 - 256

net/sourceforge/domian/test/benchmark/SequentialQueenPuzzle.java

ViolationLine
Avoid unused imports such as 'net.sourceforge.domian.repository.PersistenceDefinition'25
These nested if statements could be combined67 - 70