The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.universAAL.ontology.disease.DiseaseActivator | 1 |
| org.universAAL.ontology.disease.owl.DiseaseSeverityStatus | 1 |
| org.universAAL.ontology.disease.owl.DiseaseTimeEvolvingStatus | 1 |
| 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 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.ontology.disease.owl.DiseaseSeverityStatus defines equals but not hashCode | BAD_PRACTICE | HE_EQUALS_NO_HASHCODE | 80 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.ontology.disease.owl.DiseaseTimeEvolvingStatus defines equals but not hashCode | BAD_PRACTICE | HE_EQUALS_NO_HASHCODE | 76 | Medium |