FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
54 5 0 0

net.java.truecommons.key.spec.AbstractKey

Bug Category Details Line Priority
Method net.java.truecommons.key.spec.AbstractKey.equals(Object) overrides the nullness annotation of parameter obj in an incompatible way STYLE NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION 38 Medium

net.java.truecommons.key.spec.AbstractPbeParameters

Bug Category Details Line Priority
Method net.java.truecommons.key.spec.AbstractPbeParameters.equals(Object) overrides the nullness annotation of parameter obj in an incompatible way STYLE NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION 97-102 Medium

net.java.truecommons.key.spec.AbstractSecretKey

Bug Category Details Line Priority
Method net.java.truecommons.key.spec.AbstractSecretKey.equals(Object) overrides the nullness annotation of parameter obj in an incompatible way STYLE NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION 85-90 Medium

net.java.truecommons.key.spec.Key

Bug Category Details Line Priority
Method net.java.truecommons.key.spec.Key.equals(Object) overrides the nullness annotation of parameter $L1 in an incompatible way STYLE NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION Not available Medium

net.java.truecommons.key.spec.prompting.AbstractPromptingPbeParameters

Bug Category Details Line Priority
Method net.java.truecommons.key.spec.prompting.AbstractPromptingPbeParameters.equals(Object) overrides the nullness annotation of parameter obj in an incompatible way STYLE NP_METHOD_PARAMETER_TIGHTENS_ANNOTATION 54-59 Medium