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

org.universAAL.ontology.che.ContextEvent

Bug Category Details Line Priority
Redundant nullcheck of confidence, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setConfidence(Integer) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 276 Medium
Redundant nullcheck of expirationTime, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setExpirationTime(Long) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 296 Medium
Redundant nullcheck of src, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setProvider(ContextProvider) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 349 Medium
Redundant nullcheck of o, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setRDFObject(Object) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 314 Medium
Redundant nullcheck of propURI, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setRDFPredicate(String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 332 Medium
Redundant nullcheck of subj, which is known to be non-null in org.universAAL.ontology.che.ContextEvent.setRDFSubject(Resource) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 366 Medium