The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| net.vsms.bulksms.SmsSender | 3 |
| org.universAAL.ui.handler.sms.SMSActivator | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new net.vsms.bulksms.SmsSender() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 58 | Medium |
| new net.vsms.bulksms.SmsSender() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 58 | Medium |
| Exception is caught when Exception is not thrown in net.vsms.bulksms.SmsSender.sendMessage(String, String) | STYLE | REC_CATCH_EXCEPTION | 219 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.universAAL.ui.handler.sms.SMSActivator.mcontext from instance method org.universAAL.ui.handler.sms.SMSActivator.start(ModuleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 37 | High |