PMD Results
The following document contains the results of PMD
3.7.
Files
org/apache/xbean/propertyeditor/CollectionUtil.java
Violation |
Line |
Unnecessary final modifier in final class |
82
- 105
|
Unnecessary final modifier in final class |
107
- 131
|
Unnecessary final modifier in final class |
133
- 149
|
Unnecessary final modifier in final class |
151
- 165
|
org/apache/xbean/propertyeditor/DateEditor.java
Violation |
Line |
Avoid empty catch blocks |
56
- 57
|
org/apache/xbean/propertyeditor/EnumConverter.java
Violation |
Line |
Avoid empty catch blocks |
41
- 42
|
org/apache/xbean/propertyeditor/GenericMapConverter.java
Violation |
Line |
Avoid unused imports such as 'java.util.Collection' |
21
|
org/apache/xbean/propertyeditor/JndiConverter.java
Violation |
Line |
Avoid unused imports such as 'java.util.regex.Pattern' |
22
|
org/apache/xbean/propertyeditor/PatternConverter.java
Violation |
Line |
Avoid unused imports such as 'java.util.logging.Logger' |
20
|
org/apache/xbean/propertyeditor/PropertyEditors.java
Violation |
Line |
Avoid duplicate imports such as 'org.apache.xbean.recipe.RecipeHelper.getTypeParameters' |
19
|
Avoid empty catch blocks |
126
- 127
|
Avoid empty catch blocks |
131
- 132
|
Avoid empty catch blocks |
411
- 412
|
org/apache/xbean/propertyeditor/ReferenceIdentityMap.java
Violation |
Line |
Avoid empty while statements |
207
|
Avoid unused private fields such as 'next' |
423
|
Avoid unused private fields such as 'hashCode' |
425
|
org/apache/xbean/propertyeditor/URLEditor.java
Violation |
Line |
Avoid empty catch blocks |
58
- 61
|
org/apache/xbean/recipe/AsmParameterNameLoader.java
Violation |
Line |
Avoid empty catch blocks |
125
- 126
|
Avoid empty catch blocks |
174
- 175
|
Avoid empty catch blocks |
207
- 208
|
org/apache/xbean/recipe/ObjectRecipe.java
Violation |
Line |
Avoid unused local variables such as 'typeClass' |
262
|
Avoid empty catch blocks |
515
- 516
|
org/apache/xbean/recipe/ParameterNameLoader.java
Violation |
Line |
Avoid unused imports such as 'java.util.Map' |
21
|
org/apache/xbean/recipe/ReflectionUtil.java
Violation |
Line |
Avoid empty catch blocks |
48
- 49
|
Avoid empty catch blocks |
828
- 829
|