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
24 3 0 0

org.universAAL.ontology.disease.DiseaseActivator

Bug Category Details Line Priority
Write to static field org.universAAL.ontology.disease.DiseaseActivator.context from instance method org.universAAL.ontology.disease.DiseaseActivator.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 29 High

org.universAAL.ontology.disease.owl.DiseaseSeverityStatus

Bug Category Details Line Priority
org.universAAL.ontology.disease.owl.DiseaseSeverityStatus defines equals but not hashCode BAD_PRACTICE HE_EQUALS_NO_HASHCODE 80 Medium

org.universAAL.ontology.disease.owl.DiseaseTimeEvolvingStatus

Bug Category Details Line Priority
org.universAAL.ontology.disease.owl.DiseaseTimeEvolvingStatus defines equals but not hashCode BAD_PRACTICE HE_EQUALS_NO_HASHCODE 76 Medium