Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.5.0

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
14 2 0 0

Files

Class Bugs
it.tidalwave.thesefoolishthings.examples.jpafinderexample.Main 1
it.tidalwave.thesefoolishthings.examples.jpafinderexample.SimpleAsDelegateProvider 1

it.tidalwave.thesefoolishthings.examples.jpafinderexample.Main

Bug Category Details Line Priority
Redundant nullcheck of txManager, which is known to be non-null in it.tidalwave.thesefoolishthings.examples.jpafinderexample.Main.main(String[]) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 56 Low

it.tidalwave.thesefoolishthings.examples.jpafinderexample.SimpleAsDelegateProvider

Bug Category Details Line Priority