The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Result of integer multiplication cast to long in org.universAAL.ri.keepalive.receiver.Activator.start(BundleContext) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 53 | Medium |
org.universAAL.ri.keepalive.receiver.Activator.context should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 34 | Medium |
org.universAAL.ri.keepalive.receiver.Activator.csubscriber should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 35 | Medium |
org.universAAL.ri.keepalive.receiver.Activator.multiplier should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.ri.keepalive.receiver.Activator.osgiContext from instance method org.universAAL.ri.keepalive.receiver.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 41 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ri.keepalive.receiver.CSubscriber.getPermanentSubscriptions() invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 53 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Result of integer multiplication cast to long in org.universAAL.ri.keepalive.receiver.Checker.run() | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 41 | Medium |
org.universAAL.ri.keepalive.receiver.Checker.run() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 40 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ri.keepalive.receiver.SendMail.send(String, long) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 47 | Medium |