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
2 5 0 0

org.universAAL.ri.keepalive.sender.Activator

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