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.tutorials.service.bus.callee.Activator

Bug Category Details Line Priority
org.universAAL.tutorials.service.bus.callee.Activator.mc should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
Write to static field org.universAAL.tutorials.service.bus.callee.Activator.mc from instance method org.universAAL.tutorials.service.bus.callee.Activator.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 42 High

org.universAAL.tutorials.service.bus.callee.MyServiceCallee

Bug Category Details Line Priority
org.universAAL.tutorials.service.bus.callee.MyServiceCallee.getProfiles() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 75 Medium
org.universAAL.tutorials.service.bus.callee.MyServiceCallee.INPUT_LIGHT_URI isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 47 High
org.universAAL.tutorials.service.bus.callee.MyServiceCallee.SERVICE_TURN_ON isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 43 High