The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.lddi.knx.exporter.Activator.mc should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 60 | Medium |
Write to static field org.universAAL.lddi.knx.exporter.Activator.context from instance method org.universAAL.lddi.knx.exporter.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 47 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Redundant nullcheck of knxdriver, which is known to be non-null in org.universAAL.lddi.knx.exporter.KnxManager.sendSensorEvent(String, boolean) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 149 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.universAAL.lddi.knx.exporter.KnxServiceCallee.knxManager from instance method new org.universAAL.lddi.knx.exporter.KnxServiceCallee(ModuleContext, KnxManager) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 77 | Medium |
Unwritten field: org.universAAL.lddi.knx.exporter.KnxServiceCallee.testThread | CORRECTNESS | UWF_UNWRITTEN_FIELD | 200 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.lddi.knx.exporter.KnxServiceCalleeProvidedService.<static initializer for KnxServiceCalleeProvidedService>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 71 | Medium |
org.universAAL.lddi.knx.exporter.KnxServiceCalleeProvidedService.profiles should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 56 | Medium |