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

Files

Class Bugs
it.tidalwave.ui.core.function.BooleanBoundFunctionSupport 1
it.tidalwave.ui.core.spi.PanelGroupProviderSupport 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 69 Low

it.tidalwave.ui.core.spi.PanelGroupProviderSupport

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