FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
4 4 0 0

net.vsms.bulksms.SmsSender

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

org.universAAL.ui.handler.sms.SMSActivator

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