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

org.universAAL.samples.servserver.Activator

Bug Category Details Line Priority
org.universAAL.samples.servserver.Activator.callee should be package protected MALICIOUS_CODE MS_PKGPROTECT 31 Medium
org.universAAL.samples.servserver.Activator.moduleContext should be package protected MALICIOUS_CODE MS_PKGPROTECT 62 Medium
Write to static field org.universAAL.samples.servserver.Activator.context from instance method org.universAAL.samples.servserver.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 36 Medium

org.universAAL.samples.servserver.ProvidedService

Bug Category Details Line Priority
org.universAAL.samples.servserver.ProvidedService.<static initializer for ProvidedService>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 101 Medium

org.universAAL.samples.servserver.SCallee

Bug Category Details Line Priority
org.universAAL.samples.servserver.SCallee.getLampInfo(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 102 Medium