The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.samples.soap.cxf.server.Activator | 1 |
org.universAAL.samples.soap.cxf.server.ServiceImpl | 7 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.soap.cxf.server.Activator.mc should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to sGetLamps in org.universAAL.samples.soap.cxf.server.ServiceImpl.getAllLamps() | STYLE | DLS_DEAD_LOCAL_STORE | 43 | Medium |
Dead store to sr1 in org.universAAL.samples.soap.cxf.server.ServiceImpl.turnOffLamp(String) | STYLE | DLS_DEAD_LOCAL_STORE | 113 | Medium |
org.universAAL.samples.soap.cxf.server.ServiceImpl.turnOffRequest(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 129 | Medium |
org.universAAL.samples.soap.cxf.server.ServiceImpl.sr should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.samples.soap.cxf.server.ServiceImpl.caller from instance method org.universAAL.samples.soap.cxf.server.ServiceImpl.getTurtleServiceReq(String) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 62 | Medium |
Write to static field org.universAAL.samples.soap.cxf.server.ServiceImpl.sr from instance method org.universAAL.samples.soap.cxf.server.ServiceImpl.getTurtleServiceReq(String) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 64 | Medium |
Write to static field org.universAAL.samples.soap.cxf.server.ServiceImpl.caller from instance method org.universAAL.samples.soap.cxf.server.ServiceImpl.turnOffLamp(String) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 112 | Medium |