FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
27 |
8 |
0 |
0 |
com.ericsson.research.transport.ws.spi.WSAbstractFrame
Bug |
Category |
Details |
Line |
Priority |
com.ericsson.research.transport.ws.spi.WSAbstractFrame.getPayload() may expose internal representation by returning WSAbstractFrame.payload |
MALICIOUS_CODE |
EI_EXPOSE_REP |
69 |
Medium |
com.ericsson.research.transport.ws.spi.WSAbstractProtocol
Bug |
Category |
Details |
Line |
Priority |
Unused public or protected field: com.ericsson.research.transport.ws.spi.WSAbstractProtocol.protocol |
STYLE |
UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD |
Not available |
Medium |
com.ericsson.research.transport.ws.spi.WSHybi10Handshake
com.ericsson.research.transport.ws.spi.WSHybiFrame
Bug |
Category |
Details |
Line |
Priority |
Switch statement found in com.ericsson.research.transport.ws.spi.WSHybiFrame.deserialize(byte[], int) where default case is missing |
STYLE |
SF_SWITCH_NO_DEFAULT |
164-173 |
Medium |
Unread public/protected field: com.ericsson.research.transport.ws.spi.WSHybiFrame.finalFragment |
STYLE |
URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD |
62 |
Medium |
com.ericsson.research.transport.ws.spi.WSRfc6455Handshake