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
6 2 0 0

org.universAAL.ontology.handgestures.HandGestureService

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

org.universAAL.ontology.handgestures.HandGestureType

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