Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
18 2 0 0

Files

Class Bugs
it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample 2

it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample

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 58 Medium
Private method it.tidalwave.thesefoolishthings.examples.dci.marshal.xstream.DciMarshalXStreamExample.alternateSyntax() is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 104-107 Low