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.handgestures.HandGestureService | 1 |
| org.universAAL.ontology.handgestures.HandGestureType | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Comparison of String parameter using == or != in org.universAAL.ontology.handgestures.HandGestureService.getPropSerializationType(String) | BAD_PRACTICE | ES_COMPARING_PARAMETER_STRING_WITH_EQ | 46 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.ontology.handgestures.HandGestureType doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 1 | Medium |