The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.mdsal.common.api.DataValidationFailedException | 1 |
org.opendaylight.mdsal.common.api.clustering.EntityOwnershipChangeState$Key | 2 |
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 |
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 |