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

Files

Class Bugs
it.tidalwave.ui.core.function.BooleanBoundFunctionSupport 1
it.tidalwave.ui.core.spi.PanelGroupControlSupport 1

it.tidalwave.ui.core.function.BooleanBoundFunctionSupport

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

it.tidalwave.ui.core.spi.PanelGroupControlSupport

Bug Category Details Line Priority
Exception thrown in class it.tidalwave.ui.core.spi.PanelGroupControlSupport at new it.tidalwave.ui.core.spi.PanelGroupControlSupport() will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. BAD_PRACTICE CT_CONSTRUCTOR_THROW 71 Medium