The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.tutorials.service.bus.tryout.MyServiceCallee | 3 |
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 |