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
64 8 0 0

org.universAAL.ontology.device.DosageValue

Bug Category Details Line Priority
org.universAAL.ontology.device.DosageValue doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.universAAL.ontology.device.ExitValue

Bug Category Details Line Priority
org.universAAL.ontology.device.ExitValue doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.universAAL.ontology.device.MotionValue

Bug Category Details Line Priority
org.universAAL.ontology.device.MotionValue doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.universAAL.ontology.device.StatusValue

Bug Category Details Line Priority
org.universAAL.ontology.device.StatusValue doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.universAAL.ontology.device.TemperatureLevelSensor

Bug Category Details Line Priority
The method name org.universAAL.ontology.device.TemperatureLevelSensor.Value() doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 48 Medium
The method name org.universAAL.ontology.device.TemperatureLevelSensor.Value(TemperatureLevelValue) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 52 Medium

org.universAAL.ontology.device.TemperatureLevelValue

Bug Category Details Line Priority
org.universAAL.ontology.device.TemperatureLevelValue doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.universAAL.ontology.device.ValueType

Bug Category Details Line Priority
org.universAAL.ontology.device.ValueType doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium