FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
20 7 0 0

org.universAAL.lddi.knx.exporter.Activator

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

org.universAAL.lddi.knx.exporter.KnxManager

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

org.universAAL.lddi.knx.exporter.KnxServiceCallee

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

org.universAAL.lddi.knx.exporter.KnxServiceCalleeProvidedService

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