PMD Results

The following document contains the results of PMD 4.2.2.

Files

net/sf/zel/math/StringUtil.java

Violation Line
Unnecessary final modifier in final class 50 - 56

net/sf/zel/nr/ExtendedNumber.java

Violation Line
Avoid unused imports such as 'net.sf.zel.math.ExtendedMathContext' 20
Avoid unused imports such as 'java.math.MathContext' 23
Avoid unused imports such as 'java.math.RoundingMode' 24

net/sf/zel/nr/OperableGNUBigInteger.java

Violation Line
Avoid unused private methods such as 'toByteArray(String)'. 66