The following document contains the results of PMD 4.2.2.
| Violation | Line |
|---|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 215 |
| Avoid empty if statements | 263 - 265 |
| Violation | Line |
|---|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 277 |
| These nested if statements could be combined | 367 - 370 |
| Violation | Line |
|---|---|
| Avoid unused imports such as 'java.math.BigDecimal' | 3 |
| Avoid unused imports such as 'java.util.ArrayList' | 4 |
| Avoid unused imports such as 'java.util.Collections' | 6 |
| Avoid unused imports such as 'java.util.HashMap' | 7 |
| Avoid unused imports such as 'java.util.HashSet' | 8 |
| Avoid unused imports such as 'java.util.Map' | 10 |
| Avoid unused imports such as 'java.util.Set' | 11 |
| Avoid unused imports such as 'org.apache.commons.collections15.multimap.MultiHashMap' | 13 |
| Avoid unused imports such as 'org.hibernate.Session' | 14 |
| Avoid unused imports such as 'org.hibernate.SessionFactory' | 15 |
| Avoid unused imports such as 'org.hibernate.cfg.Configuration' | 16 |
| Violation | Line |
|---|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 20 |
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'fileKey'. | 114 |
| Violation | Line |
|---|---|
| Do not use if statements that are always true or always false | 90 |
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'fileKey'. | 32 |