PMD Results
The following document contains the results of PMD 5.1.2.
Files
info/magnolia/i18nsystem/AbstractI18nKeyGenerator.java
Violation |
Line |
Avoid empty catch blocks |
92–94 |
Avoid unused private methods such as 'getterToField(Method)'. |
265 |
info/magnolia/i18nsystem/tools/GeneratorResult.java
Violation |
Line |
Avoid modifiers which are implied by the context |
45–55 |
Avoid unused private fields such as 'locale'. |
46 |
Avoid unused private fields such as 'key'. |
47 |
Avoid unused private fields such as 'text'. |
48 |
Avoid modifiers which are implied by the context |
60–68 |
Avoid unused private fields such as 'locale'. |
61 |
Avoid unused private fields such as 'key'. |
62 |
Avoid modifiers which are implied by the context |
73–83 |
Avoid unused private fields such as 'pathToFile'. |
74 |
Avoid unused private fields such as 'basename'. |
75 |
Avoid unused private fields such as 'key'. |
76 |
info/magnolia/i18nsystem/util/AnnotationUtils.java
Violation |
Line |
Avoid unused private methods such as 'isMethodAnnotatedWith(Method,Class)'. |
86 |
Avoid empty catch blocks |
94–95 |