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.callee.Activator | 2 |
| org.universAAL.tutorials.service.bus.callee.MyServiceCallee | 3 |
| 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 |
| 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 |