The following document contains the results of PMD 4.2.5.
| Violation | Line |
|---|---|
| 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 |
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'components'. | 63 |
| Violation | Line |
|---|---|
| Avoid empty if statements | 93 - 95 |
| Avoid empty if statements | 96 - 99 |
| Avoid empty if statements | 100 - 102 |
| Violation | Line |
|---|---|
| Overriding method merely calls super | 144 - 152 |
| Violation | Line |
|---|---|
| Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 129 |
| Violation | Line |
|---|---|
| Avoid empty catch blocks | 219 - 221 |
| Violation | Line |
|---|---|
| Too many static imports may lead to messy code | 17 - 96 |
| Violation | Line |
|---|---|
| Avoid unused method parameters such as 'successful'. | 184 - 203 |
| Violation | Line |
|---|---|
| Avoid unused imports such as 'org.kuali.rice.core.api.resourceloader.ResourceLoader' | 19 |
| Violation | Line |
|---|---|
| Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle' | 24 |