PMD Results
The following document contains the results of PMD 3.7.
Files
org/fosstrak/hal/HardwareAbstraction.java
| Violation | Line |
|---|
| No need to import a type that's in the same package | 23 |
| No need to import a type that's in the same package | 24 |
| No need to import a type that's in the same package | 25 |
| No need to import a type that's in the same package | 26 |
| No need to import a type that's in the same package | 27 |
org/fosstrak/hal/OutOfBoundsException.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'message' | 44 - 46 |
org/fosstrak/hal/transponder/EPCTransponderModel.java
| Violation | Line |
|---|
| These nested if statements could be combined | 135 - 140 |
org/fosstrak/hal/transponder/IDType.java
| Violation | Line |
|---|
| These nested if statements could be combined | 45 - 48 |
org/fosstrak/hal/transponder/InventoryItem.java
| Violation | Line |
|---|
| No need to import a type that's in the same package | 3 |
org/fosstrak/hal/util/CRC16.java
| Violation | Line |
|---|
| No need to import a type that's in the same package | 23 |
org/fosstrak/hal/util/ResourceLocator.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 66 - 67 |
org/fosstrak/hal/util/Tools.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'res' | 170 |
| Avoid unused local variables such as 'code' | 416 |