The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.ri.soap.cxf.server.ServiceImpl | 5 |
org.universAAL.ri.soap.cxf.server.osgi.Activator | 1 |
org.universAAL.ri.soap.cxf.server.osgi.Activator$1 | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ri.soap.cxf.server.ServiceImpl.sr should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.ri.soap.cxf.server.ServiceImpl.caller from instance method org.universAAL.ri.soap.cxf.server.ServiceImpl.getTurtleServiceReq(String) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 38 | Medium |
Write to static field org.universAAL.ri.soap.cxf.server.ServiceImpl.sr from instance method org.universAAL.ri.soap.cxf.server.ServiceImpl.getTurtleServiceReq(String) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 40 | Medium |
Unused field: org.universAAL.ri.soap.cxf.server.ServiceImpl.event | PERFORMANCE | UUF_UNUSED_FIELD | Medium | |
Unused field: org.universAAL.ri.soap.cxf.server.ServiceImpl.m | PERFORMANCE | UUF_UNUSED_FIELD | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ri.soap.cxf.server.osgi.Activator.mc isn't final and can't be protected from malicious code | MALICIOUS_CODE | MS_CANNOT_BE_FINAL | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Return value of java.util.Dictionary.put(Object, Object) ignored, but method has no side effect | STYLE | RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT | 51 | Medium |