Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.21.0.

Violations By Priority

Priority 3

com/pholser/junit/quickcheck/generator/DecimalGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–153

com/pholser/junit/quickcheck/generator/InRange.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–139

com/pholser/junit/quickcheck/generator/IntegralGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–131

com/pholser/junit/quickcheck/generator/Precision.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–51

com/pholser/junit/quickcheck/generator/java/lang/BooleanGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–65

com/pholser/junit/quickcheck/generator/java/lang/CodePointShrink.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–82

com/pholser/junit/quickcheck/generator/java/lang/Encoded.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–84

com/pholser/junit/quickcheck/generator/java/math/BigDecimalGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–177

com/pholser/junit/quickcheck/generator/java/math/BigIntegerGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–123

com/pholser/junit/quickcheck/generator/java/util/CollectionGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–196

com/pholser/junit/quickcheck/generator/java/util/MapGenerator.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–248

com/pholser/junit/quickcheck/generator/java/util/RFC4122.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 26–231

Priority 4

com/pholser/junit/quickcheck/generator/java/time/ZoneOffsetGenerator.java

Rule Violation Line
UselessParentheses Useless parentheses. 85

com/pholser/junit/quickcheck/generator/java/util/CollectionGenerator.java

Rule Violation Line
UselessParentheses Useless parentheses. 171–172

com/pholser/junit/quickcheck/generator/java/util/MapGenerator.java

Rule Violation Line
UselessParentheses Useless parentheses. 188

Files

com/pholser/junit/quickcheck/generator/DecimalGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–153

com/pholser/junit/quickcheck/generator/InRange.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–139

com/pholser/junit/quickcheck/generator/IntegralGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–131

com/pholser/junit/quickcheck/generator/Precision.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–51

com/pholser/junit/quickcheck/generator/java/lang/BooleanGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–65

com/pholser/junit/quickcheck/generator/java/lang/CodePointShrink.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–82

com/pholser/junit/quickcheck/generator/java/lang/Encoded.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–84

com/pholser/junit/quickcheck/generator/java/math/BigDecimalGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–177

com/pholser/junit/quickcheck/generator/java/math/BigIntegerGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–123

com/pholser/junit/quickcheck/generator/java/time/ZoneOffsetGenerator.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 85

com/pholser/junit/quickcheck/generator/java/util/CollectionGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–196
UselessParentheses Useless parentheses. 4 171–172

com/pholser/junit/quickcheck/generator/java/util/MapGenerator.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–248
UselessParentheses Useless parentheses. 4 188

com/pholser/junit/quickcheck/generator/java/util/RFC4122.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 26–231