Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.11

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 2 0 0

Files

Class Bugs
it.tidalwave.thesefoolishthings.examples.extendedfinderexample.PersonFinderImpl2 2

it.tidalwave.thesefoolishthings.examples.extendedfinderexample.PersonFinderImpl2

Bug Category Details Line Priority
Class it.tidalwave.thesefoolishthings.examples.extendedfinderexample.PersonFinderImpl2 defines non-transient non-serializable instance field persons BAD_PRACTICE SE_BAD_FIELD Medium
it.tidalwave.thesefoolishthings.examples.extendedfinderexample.PersonFinderImpl2 is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 56 Low