FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is High

Effort is Max

Summary

Classes Bugs Errors Missing Classes
992 6 0 0

net.sourceforge.jpotpourri.gui.chooser.FileChooser

Bug Category Details Line
net.sourceforge.jpotpourri.gui.chooser.FileChooser$1 stored into non-transient field FileChooser.fileFilter BAD_PRACTICE SE_BAD_FIELD_STORE 55

net.sourceforge.jpotpourri.gui.log4jlog.gui.Log4jTable

Bug Category Details Line
Class net.sourceforge.jpotpourri.gui.log4jlog.gui.Log4jTable defines non-transient non-serializable instance field emptyRowsPainter BAD_PRACTICE SE_BAD_FIELD Not available

net.sourceforge.jpotpourri.gui.log4jlog.gui.Log4jTableModel

Bug Category Details Line
Class net.sourceforge.jpotpourri.gui.log4jlog.gui.Log4jTableModel defines non-transient non-serializable instance field data BAD_PRACTICE SE_BAD_FIELD Not available

net.sourceforge.jpotpourri.gui.panel.brushed.TiledImagePanelUI

Bug Category Details Line
Write to static field net.sourceforge.jpotpourri.gui.panel.brushed.TiledImagePanelUI.image from instance method net.sourceforge.jpotpourri.gui.panel.brushed.TiledImagePanelUI.TiledImagePanelUI(Image) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 29
Write to static field net.sourceforge.jpotpourri.gui.panel.brushed.TiledImagePanelUI.image from instance method net.sourceforge.jpotpourri.gui.panel.brushed.TiledImagePanelUI.propertyChange(PropertyChangeEvent) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 95

net.sourceforge.jpotpourri.util.Duration

Bug Category Details Line
int value cast to double and then passed to Math.ceil in net.sourceforge.jpotpourri.util.Duration.newByTotal(int) CORRECTNESS ICAST_INT_CAST_TO_DOUBLE_PASSED_TO_CEIL 40