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.smarthome.exporter.Activator.start(BundleContext) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 67 | Medium |
Write to static field org.universAAL.lddi.smarthome.exporter.Activator.osgiContext from instance method org.universAAL.lddi.smarthome.exporter.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 48 | Medium |
org.universAAL.lddi.smarthome.exporter.Activator.stop(BundleContext) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 162 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten public or protected field: org.universAAL.lddi.smarthome.exporter.devices.AbstractFloatCallee.newProfiles | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 68 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten public or protected field: org.universAAL.lddi.smarthome.exporter.devices.AbstractIntegerCallee.newProfiles | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 68 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten public or protected field: org.universAAL.lddi.smarthome.exporter.devices.AbstractStatusValueCallee.newProfiles | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 68 | Medium |