The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 55 | 2 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to ypos in com.nokia.mid.ui.DirectGraphicsImp.drawPixels(byte[], byte[], int, int, int, int, int, int, int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 199 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Unchecked/unconfirmed cast from javax.microedition.lcdui.Command to com.nokia.mid.ui.NokiaCommand in com.nokia.mid.ui.NokiaCommandListener.commandAction(Command, Displayable) | STYLE | BC_UNCONFIRMED_CAST | 114 |