PMD Results
The following document contains the results of PMD 4.2.2.
Files
net/sf/openv4j/AlsoAt.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'i'. | 38 - 39 |
net/sf/openv4j/DataPoint.java
Violation | Line |
---|
These nested if statements could be combined | 508 - 523 |
net/sf/openv4j/GwgAddress.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'address'. | 38 - 39 |
net/sf/openv4j/protocolhandlers/DataContainer.java
Violation | Line |
---|
Avoid unused private fields such as 'log'. | 47 |
net/sf/openv4j/protocolhandlers/ProtocolHandler.java
Violation | Line |
---|
Avoid unused private fields such as 'failedCount'. | 173 |
Avoid unused private fields such as 'timeoutTimeStamp'. | 175 |
Avoid empty finally blocks | 256 - 257 |