PMD Results
The following document contains the results of PMD
Files
edu/nwu/splitstream/bll/SplitStreamPastryService.java
| Violation | Line |
|---|
| Overriding method merely calls super | 100 |
edu/nwu/freepastry/bll/ScribeFreePastryService.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'logger' | 56 |
| Avoid unused private fields such as 'config' | 59 |
edu/nwu/freepastry/bll/SplitStreamFreePastryService.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'logger' | 55 |
| Avoid unused private fields such as 'config' | 58 |
edu/nwu/freepastry/bll/ScribeMulticastPublisher.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'logger' | 39 |
| An empty statement (semicolon) not part of a loop | 103 |
edu/nwu/scribe/bll/JoinProtocol.java
| Violation | Line |
|---|
| An empty statement (semicolon) not part of a loop | 296 |
| Avoid unused private methods such as 'handle(JoinAccepted)' | 532 |
| Avoid unused private methods such as 'handle(JoinRejected)' | 557 |
| Avoid unused private methods such as 'handle(JoinRedirect)' | 602 |
| Avoid unused private methods such as 'handle(CostQueryRequest)' | 628 |
edu/nwu/scribe/bll/SessionStateManager.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'logger' | 37 |
edu/nwu/scribe/bll/MaintenanceProtocol.java
| Violation | Line |
|---|
| These nested if statements could be combined | 139 |
| Avoid unused private methods such as 'handle(JoinRequest)' | 217 |
edu/nwu/scribe/bll/MulticastProtocol.java
| Violation | Line |
|---|
| These nested if statements could be combined | 197 |
| Avoid unused private methods such as 'handle(DataPacket)' | 232 |
edu/nwu/scribe/bll/ScribePastryService.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'maintenance' | 264 |