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

org.universAAL.tutorials.service.bus.tryout.MyServiceCallee

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