The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jdtaus.banking.dtaus.Checksum | 1 |
| org.jdtaus.banking.dtaus.Header | 1 |
| org.jdtaus.banking.dtaus.Transaction | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The field org.jdtaus.banking.dtaus.Checksum.hashCode is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The field org.jdtaus.banking.dtaus.Header.hashCode is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The field org.jdtaus.banking.dtaus.Transaction.hashCode is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available | High |