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
5 8 0 0

org.universAAL.ontology.LanguageActivator

Bug Category Details Line Priority
org.universAAL.ontology.LanguageActivator.context should be package protected MALICIOUS_CODE MS_PKGPROTECT 34 Medium
Write to static field org.universAAL.ontology.LanguageActivator.context from instance method org.universAAL.ontology.LanguageActivator.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 38 High

org.universAAL.ontology.LanguageFactory

Bug Category Details Line Priority
Write to static field org.universAAL.ontology.language.LanguageImpl.tempURI from instance method org.universAAL.ontology.LanguageFactory.createInstance(String, String, int) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 61 Medium

org.universAAL.ontology.language.LanguageImpl

Bug Category Details Line Priority
Dead store to uri rather than field with same name in new org.universAAL.ontology.language.LanguageImpl(String, String, String, String) STYLE DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD 34 High
org.universAAL.ontology.language.LanguageImpl doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium
org.universAAL.ontology.language.LanguageImpl.tempURI isn't final and can't be protected from malicious code MALICIOUS_CODE MS_CANNOT_BE_FINAL Medium
Unwritten field: org.universAAL.ontology.language.LanguageImpl.uri CORRECTNESS UWF_UNWRITTEN_FIELD 40 Medium

org.universAAL.ontology.language.LanguageOntology

Bug Category Details Line Priority
Write to static field org.universAAL.ontology.language.LanguageOntology.factory from instance method org.universAAL.ontology.language.LanguageOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 81 Medium