PMD Results
The following document contains the results of PMD 6.21.0.
Violations By Priority
Priority 3
com/pholser/junit/quickcheck/From.java
com/pholser/junit/quickcheck/Produced.java
com/pholser/junit/quickcheck/generator/Also.java
com/pholser/junit/quickcheck/generator/Distinct.java
com/pholser/junit/quickcheck/generator/Generator.java
com/pholser/junit/quickcheck/generator/NullAllowed.java
com/pholser/junit/quickcheck/generator/Only.java
com/pholser/junit/quickcheck/generator/Size.java
com/pholser/junit/quickcheck/internal/ParameterTypeContext.java
com/pholser/junit/quickcheck/internal/Reflection.java
com/pholser/junit/quickcheck/internal/conversion/StringConversions.java
com/pholser/junit/quickcheck/internal/generator/ArrayGenerator.java
com/pholser/junit/quickcheck/internal/generator/ExhaustiveDomainGenerator.java
com/pholser/junit/quickcheck/internal/generator/GeneratorRepository.java
com/pholser/junit/quickcheck/internal/sampling/ExhaustiveParameterSampler.java
com/pholser/junit/quickcheck/runner/ShrinkNode.java
Priority 4
com/pholser/junit/quickcheck/internal/Reflection.java
Rule |
Violation |
Line |
UnnecessaryFullyQualifiedName |
Unnecessary use of fully qualified name 'Arrays.stream' due to existing static import 'java.util.Arrays.stream' |
274 |
com/pholser/junit/quickcheck/internal/generator/ArrayGenerator.java
Files
com/pholser/junit/quickcheck/From.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–65 |
com/pholser/junit/quickcheck/Produced.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–55 |
com/pholser/junit/quickcheck/generator/Also.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–70 |
com/pholser/junit/quickcheck/generator/Distinct.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–52 |
com/pholser/junit/quickcheck/generator/Generator.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–401 |
com/pholser/junit/quickcheck/generator/NullAllowed.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
1–24 |
com/pholser/junit/quickcheck/generator/Only.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–81 |
com/pholser/junit/quickcheck/generator/Size.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–53 |
com/pholser/junit/quickcheck/internal/ParameterTypeContext.java
com/pholser/junit/quickcheck/internal/Reflection.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–343 |
UnnecessaryFullyQualifiedName |
Unnecessary use of fully qualified name 'Arrays.stream' due to existing static import 'java.util.Arrays.stream' |
4 |
274 |
com/pholser/junit/quickcheck/internal/conversion/StringConversions.java
com/pholser/junit/quickcheck/internal/generator/ArrayGenerator.java
com/pholser/junit/quickcheck/internal/generator/ExhaustiveDomainGenerator.java
Rule |
Violation |
Priority |
Line |
EmptyCatchBlock |
Avoid empty catch blocks |
3 |
49–52 |
com/pholser/junit/quickcheck/internal/generator/GeneratorRepository.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–441 |
com/pholser/junit/quickcheck/internal/sampling/ExhaustiveParameterSampler.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–144 |
com/pholser/junit/quickcheck/runner/ShrinkNode.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
26–222 |