FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
33 3 0 0

org.opendaylight.mdsal.common.api.DataValidationFailedException

Bug Category Details Line Priority
Class org.opendaylight.mdsal.common.api.DataValidationFailedException defines non-transient non-serializable instance field path BAD_PRACTICE SE_BAD_FIELD Low

org.opendaylight.mdsal.common.api.clustering.EntityOwnershipChangeState$Key

Bug Category Details Line Priority
Equals method for org.opendaylight.mdsal.common.api.clustering.EntityOwnershipChangeState$Key assumes the argument is of type EntityOwnershipChangeState$Key BAD_PRACTICE BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS 128 Medium
org.opendaylight.mdsal.common.api.clustering.EntityOwnershipChangeState$Key.equals(Object) does not check for null argument BAD_PRACTICE NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT 128 High