PMD Results

The following document contains the results of PMD 5.0.2.

Files

de/smartics/properties/jboss/extension/resources/DescriptionUtils.java

Violation Line
In J2EE, getClassLoader() might not work as expected. Use Thread.currentThread().getContextClassLoader() instead. 66

de/smartics/properties/jboss/extension/resources/SubsystemAdd.java

Violation Line
Avoid unused method parameters such as 'model'. 99
Avoid unused method parameters such as 'newControllers'. 101

de/smartics/properties/jboss/extension/resources/components/FactoriesComponent.java

Violation Line
The method addDefaults() has an NPath complexity of 250 185 - 232
Parameter 'propertiesConfig' is not assigned and could be declared final 185

de/smartics/properties/jboss/extension/resources/util/SimpleMapAttributeDefinition.java

Violation Line
This class has too many methods, consider refactoring it. 39 - 401