The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| org.opendaylight.yangtools.yang.common.QName | 1 |
| org.opendaylight.yangtools.yang.common.QNameModule | 3 |
| 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 |
| 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 |