PMD Results

The following document contains the results of PMD 3.9.

Files

org/apache/geronimo/gshell/whisper/message/BaseMessage.java

ViolationLine
Ensure you override both equals() and hashCode()47

org/apache/geronimo/gshell/whisper/request/RequestResponseFilter.java

ViolationLine
Avoid unused private fields such as 'log'.36

org/apache/geronimo/gshell/whisper/request/Requestor.java

ViolationLine
Avoid unused private fields such as 'log'.42

org/apache/geronimo/gshell/whisper/session/ThreadPoolModel.java

ViolationLine
Avoid unused private fields such as 'log'.45
Avoid using ThreadGroup; it is not thread safe54

org/apache/geronimo/gshell/whisper/stream/SessionStreamFilter.java

ViolationLine
Avoid unused private fields such as 'log'.36

org/apache/geronimo/gshell/whisper/transport/base/BaseService.java

ViolationLine
Avoid unused imports such as 'org.apache.geronimo.gshell.whisper.transport.Transport'28
Avoid unused imports such as 'org.apache.geronimo.gshell.whisper.transport.TransportServer'30