FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
66 8 0 0

org.universAAL.ui.gui.swing.bluesteelLAF.ColorLAF

Bug Category Details Line Priority
org.universAAL.ui.gui.swing.bluesteelLAF.ColorLAF.SEPARATOR_SPACE isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 58 High

org.universAAL.ui.gui.swing.bluesteelLAF.Init

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.universAAL.ui.gui.swing.bluesteelLAF.Init.createDesktop() PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 166 High

org.universAAL.ui.gui.swing.bluesteelLAF.SelectLAF

Bug Category Details Line Priority
Field only ever set to null: org.universAAL.ui.gui.swing.bluesteelLAF.SelectLAF.sp CORRECTNESS UWF_NULL_FIELD Medium
Unwritten field: org.universAAL.ui.gui.swing.bluesteelLAF.SelectLAF.ejc CORRECTNESS UWF_UNWRITTEN_FIELD 80 Medium

org.universAAL.ui.gui.swing.bluesteelLAF.specialButtons.UStoreButton$Task

Bug Category Details Line Priority
Should org.universAAL.ui.gui.swing.bluesteelLAF.specialButtons.UStoreButton$Task be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 46 Medium

org.universAAL.ui.gui.swing.bluesteelLAF.support.ComponentBorder

Bug Category Details Line Priority
Call to java.awt.Component.equals(String) in org.universAAL.ui.gui.swing.bluesteelLAF.support.ComponentBorder.getBorderInsets(Component, Insets) CORRECTNESS EC_UNRELATED_TYPES 377 High
Switch statement found in org.universAAL.ui.gui.swing.bluesteelLAF.support.ComponentBorder.getBorderInsets(Component, Insets) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 381 Medium
Switch statement found in org.universAAL.ui.gui.swing.bluesteelLAF.support.ComponentBorder.paintBorder(Component, Graphics, int, int, int, int) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 209 Medium