The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jdtaus.core.io.util.ReadAheadFileOperations | 2 |
| org.jdtaus.core.swing.util.BlockingGlassPane$BlockingDispatcher | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to len in org.jdtaus.core.io.util.ReadAheadFileOperations.read(byte[], int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 195 | High |
| Dead store to off in org.jdtaus.core.io.util.ReadAheadFileOperations.read(byte[], int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 196 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jdtaus.core.swing.util.BlockingGlassPane$BlockingDispatcher is serializable and an inner class | BAD_PRACTICE | SE_INNER_CLASS | 130-152 | Medium |