The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.ri.keepalive.sender.Activator | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ri.keepalive.sender.Activator.start(BundleContext) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 57 | Medium |
Result of integer multiplication cast to long in org.universAAL.ri.keepalive.sender.Activator.start(BundleContext) | STYLE | ICAST_INTEGER_MULTIPLY_CAST_TO_LONG | 69 | Medium |
org.universAAL.ri.keepalive.sender.Activator.context should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 43 | Medium |
org.universAAL.ri.keepalive.sender.Activator.cpublisher should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 44 | Medium |
Write to static field org.universAAL.ri.keepalive.sender.Activator.osgiContext from instance method org.universAAL.ri.keepalive.sender.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 49 | Medium |