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
60 2 0 0

Files

Class Bugs
it.tidalwave.ui.core.role.impl.DefaultPresentationModel 1
it.tidalwave.ui.function.BooleanBoundFunctionSupport 1

it.tidalwave.ui.core.role.impl.DefaultPresentationModel

Bug Category Details Line Priority
Redundant nullcheck of role, which is known to be non-null in it.tidalwave.ui.core.role.impl.DefaultPresentationModel.maybeAs(Class) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 103 Low

it.tidalwave.ui.function.BooleanBoundFunctionSupport

Bug Category Details Line Priority
Overridable method function is called from constructor new it.tidalwave.ui.function.BooleanBoundFunctionSupport(ChangingSource[]). MALICIOUS_CODE MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR 67 Low