The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 55 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.nokia.mid.ui.DirectGraphicsImp | 1 |
| com.nokia.mid.ui.NokiaCommandListener | 1 |
| 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 | 194 |
| 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 | 109 |