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
14 4 0 0

org.opendaylight.yangtools.yang.common.QName

Bug Category Details Line Priority
The field org.opendaylight.yangtools.yang.common.QName.hash is transient but isn't set by deserialization BAD_PRACTICE SE_TRANSIENT_FIELD_NOT_RESTORED Low

org.opendaylight.yangtools.yang.common.QNameModule

Bug Category Details Line Priority
org.opendaylight.yangtools.yang.common.QNameModule.getRevision() may expose internal representation by returning QNameModule.revision MALICIOUS_CODE EI_EXPOSE_REP 99 Medium
The field org.opendaylight.yangtools.yang.common.QNameModule.formattedRevision is transient but isn't set by deserialization BAD_PRACTICE SE_TRANSIENT_FIELD_NOT_RESTORED Low
The field org.opendaylight.yangtools.yang.common.QNameModule.hash is transient but isn't set by deserialization BAD_PRACTICE SE_TRANSIENT_FIELD_NOT_RESTORED Low