SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 24 |
4 |
0 |
0 |
org.apache.johnzon.websocket.jsonb.JsonbTextDecoder
| Bug |
Category |
Details |
Line |
Priority |
| Field JsonbTextDecoder.type masks field in superclass org.apache.johnzon.websocket.internal.TypeAwareDecoder |
CORRECTNESS |
MF_CLASS_MASKS_FIELD |
|
Medium |
| Unwritten public or protected field: org.apache.johnzon.websocket.jsonb.JsonbTextDecoder.type |
STYLE |
UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD |
52 |
Medium |
org.apache.johnzon.websocket.jsr.JsrObjectDecoder
| Bug |
Category |
Details |
Line |
Priority |
| Unused field: org.apache.johnzon.websocket.jsr.JsrObjectDecoder.factory |
PERFORMANCE |
UUF_UNUSED_FIELD |
|
Medium |
org.apache.johnzon.websocket.jsr.JsrStructureDecoder
| Bug |
Category |
Details |
Line |
Priority |
| Unused field: org.apache.johnzon.websocket.jsr.JsrStructureDecoder.factory |
PERFORMANCE |
UUF_UNUSED_FIELD |
|
Medium |