The following document contains the results of SpotBugs
SpotBugs Version is 4.5.0
Threshold is low
Effort is max
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
18 | 2 | 0 | 0 |
Class | Bugs |
---|---|
it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Non-null field contextManager is not initialized by new it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample() | CORRECTNESS | NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | 59 | Medium |
Private method it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample.alternateSyntax() is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 103 | Low |