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
18 13 0 0

org.universAAL.ontology.recommendations.HorizontalAlignment

Bug Category Details Line Priority
org.universAAL.ontology.recommendations.HorizontalAlignment.center should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.ontology.recommendations.HorizontalAlignment.left should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.ontology.recommendations.HorizontalAlignment.right should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium

org.universAAL.ontology.recommendations.RecommendationsOntology

Bug Category Details Line Priority
Write to static field org.universAAL.ontology.recommendations.HorizontalAlignment.center from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 170 Medium
Write to static field org.universAAL.ontology.recommendations.HorizontalAlignment.left from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 168 Medium
Write to static field org.universAAL.ontology.recommendations.HorizontalAlignment.right from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 172 Medium
Write to static field org.universAAL.ontology.recommendations.VerticalAlignment.bottom from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 165 Medium
Write to static field org.universAAL.ontology.recommendations.VerticalAlignment.middle from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 163 Medium
Write to static field org.universAAL.ontology.recommendations.VerticalAlignment.top from instance method org.universAAL.ontology.recommendations.RecommendationsOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 161 Medium

org.universAAL.ontology.recommendations.SizeUnit

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

org.universAAL.ontology.recommendations.VerticalAlignment

Bug Category Details Line Priority
org.universAAL.ontology.recommendations.VerticalAlignment.bottom should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.ontology.recommendations.VerticalAlignment.middle should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.ontology.recommendations.VerticalAlignment.top should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium