PMD Results
The following document contains the results of PMD 4.1.
Files
org/slasoi/monitoring/fbk/impl/FbkRCGMessageListener.java
Violation | Line |
---|
Avoid unused local variables such as 'sleepTime'. | 121 |
org/slasoi/monitoring/fbk/impl/FbkRCGNotificationPlugin.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.File' | 37 |
Avoid unused imports such as 'java.io.FileNotFoundException' | 38 |
Avoid unused imports such as 'java.io.IOException' | 39 |
Avoid unused private fields such as 'log'. | 74 |
org/slasoi/monitoring/fbk/impl/FbkRCGServiceImpl.java
Violation | Line |
---|
Avoid unused method parameters such as 'source'. | 401 - 428 |
Avoid unused private methods such as 'startScheduler()'. | 741 |
These nested if statements could be combined | 1216 - 1246 |
org/slasoi/monitoring/fbk/impl/InteractionEventDispatcher.java
Violation | Line |
---|
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 208 |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. | 338 |
org/slasoi/monitoring/fbk/impl/MonitoringResultEventForwarder.java
Violation | Line |
---|
Avoid unused private fields such as 'channelName'. | 56 |
org/slasoi/monitoring/fbk/impl/ReportGenerator.java
Violation | Line |
---|
Avoid unused private methods such as 'flushFileToString(String)'. | 327 |
org/slasoi/monitoring/fbk/impl/SlatToMonitorClasses.java
Violation | Line |
---|
These nested if statements could be combined | 500 - 588 |