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

org.universAAL.reliability.reasoner.ReliabilityReasonerActivator

Bug Category Details Line Priority
org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.context should be package protected MALICIOUS_CODE MS_PKGPROTECT 37 Medium
org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.cpublisher should be package protected MALICIOUS_CODE MS_PKGPROTECT 38 Medium
org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.csubscriber should be package protected MALICIOUS_CODE MS_PKGPROTECT 39 Medium
org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.osgiContext should be package protected MALICIOUS_CODE MS_PKGPROTECT 36 Medium
org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.scaller should be package protected MALICIOUS_CODE MS_PKGPROTECT 40 Medium
Write to static field org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.osgiContext from instance method org.universAAL.reliability.reasoner.ReliabilityReasonerActivator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 57 Medium

org.universAAL.reliability.reasoner.SCaller

Bug Category Details Line Priority
org.universAAL.reliability.reasoner.SCaller.executeQuery(String) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead PERFORMANCE DM_NUMBER_CTOR 75 Medium