The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is High
Effort is Max
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 992 | 6 | 0 | 0 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |