PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/kuali/rice/core/cxf/interceptors/ServiceCallVersioningOutInterceptor.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'3
Avoid unused imports such as 'org.apache.log4j.Logger'8
Avoid unused imports such as 'org.kuali.rice.core.api.config.property.ConfigContext'9
Avoid unused imports such as 'org.kuali.rice.core.api.config.property.Config'10
Avoid unused imports such as 'java.util.Collections'12

org/kuali/rice/core/impl/component/ComponentServiceImpl.java

ViolationLine
Avoid unused local variables such as 'components'.63

org/kuali/rice/core/impl/config/module/CoreConfigurer.java

ViolationLine
Avoid empty if statements93 - 95
Avoid empty if statements96 - 99
Avoid empty if statements100 - 102

org/kuali/rice/core/impl/config/module/Log4jLifeCycle.java

ViolationLine
Overriding method merely calls super144 - 152

org/kuali/rice/core/impl/config/property/HierarchicalConfigParser.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.129

org/kuali/rice/core/impl/encryption/DemonstrationGradeEncryptionServiceImpl.java

ViolationLine
Avoid empty catch blocks219 - 221

org/kuali/rice/core/impl/impex/xml/XmlExporterServiceImpl.java

ViolationLine
Too many static imports may lead to messy code17 - 96

org/kuali/rice/core/impl/impex/xml/XmlIngesterServiceImpl.java

ViolationLine
Avoid unused method parameters such as 'successful'.184 - 203

org/kuali/rice/core/impl/resourceloader/ResourceLoaderUtil.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.resourceloader.ResourceLoader'19

org/kuali/rice/core/impl/resourceloader/SimpleServiceLocator.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle'24

org/kuali/rice/core/impl/util/spring/AnnotationAndNameMatchingTransactionAttributeSource.java

ViolationLine
Avoid empty catch blocks75 - 77