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
14 4 0 0

org.universAAL.samples.lighting.server_regular.ProvidedLightingServiceLevel1

Bug Category Details Line Priority
org.universAAL.samples.lighting.server_regular.ProvidedLightingServiceLevel1.<static initializer for ProvidedLightingServiceLevel1>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 72 Medium

org.universAAL.samples.lighting.server_regular.ProvidedLightingServiceLevel2

Bug Category Details Line Priority
org.universAAL.samples.lighting.server_regular.ProvidedLightingServiceLevel2.<static initializer for ProvidedLightingServiceLevel2>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 80 Medium

org.universAAL.samples.lighting.server_regular.unit_impl.MyLighting$Lamp

Bug Category Details Line Priority
Should org.universAAL.samples.lighting.server_regular.unit_impl.MyLighting$Lamp be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 33 Medium