PMD Results
The following document contains the results of PMD 5.2.3.
Files
com/pholser/junit/quickcheck/internal/ParameterTypeContext.java
| Violation |
Line |
| Too many static imports may lead to messy code |
26–297 |
| Avoid unused private fields such as 'zilch'. |
61 |
| Unnecessary use of fully qualified name 'Types.forJavaLangReflectType' due to existing import 'org.javaruntype.type.Types' |
94 |
| Unnecessary use of fully qualified name 'Types.forJavaLangReflectType' due to existing import 'org.javaruntype.type.Types' |
118 |
| Unnecessary use of fully qualified name 'Types.forJavaLangReflectType' due to existing import 'org.javaruntype.type.Types' |
165 |
| Unnecessary use of fully qualified name 'Types.forJavaLangReflectType' due to existing import 'org.javaruntype.type.Types' |
257 |
com/pholser/junit/quickcheck/internal/Reflection.java
| Violation |
Line |
| Too many static imports may lead to messy code |
26–271 |
| Unnecessary use of fully qualified name 'Collections.addAll' due to existing import 'java.util.Collections' |
153 |
| Unnecessary use of fully qualified name 'Collections.addAll' due to existing import 'java.util.Collections' |
186 |
com/pholser/junit/quickcheck/internal/generator/ArrayGenerator.java
| Violation |
Line |
| Too many static imports may lead to messy code |
26–144 |
| Useless parentheses. |
126 |