PMD Results

The following document contains the results of PMD 3.7.

Files

org/fosstrak/reader/rp/client/EventSinkUI.java

ViolationLine
Avoid unused imports such as 'java.io.DataInputStream'31
These nested if statements could be combined173 - 176

org/fosstrak/reader/rp/client/HttpTestClient.java

ViolationLine
Avoid unused private fields such as 'createNotificationChannel'32
Avoid unused private fields such as 'addSources'33
Avoid unused private fields such as 'getAllNotificationChannels'34
Avoid unused private fields such as 'xmlGoodbye'35
Avoid unused private fields such as 'handShake'36
Avoid unused private fields such as 'textMessage'37

org/fosstrak/reader/rp/client/TestClient.java

ViolationLine
An empty statement (semicolon) not part of a loop314