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

org.universAAL.ontology.cryptographic.ChainMode

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

org.universAAL.ontology.cryptographic.SignAndVerifyService

Bug Category Details Line Priority
org.universAAL.ontology.cryptographic.SignAndVerifyService.setVerificationResult(boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 81 Medium