The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.banking.messages.CurrencyConstraintMessage(String, Date) may expose internal representation by storing an externally mutable object into CurrencyConstraintMessage.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 73 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.banking.messages.IllegalCurrencyMessage(String, Date) may expose internal representation by storing an externally mutable object into IllegalCurrencyMessage.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 75 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 85 | Medium |
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.dateRangeEnd | MALICIOUS_CODE | EI_EXPOSE_REP2 | 87 | Medium |
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.dateRangeStart | MALICIOUS_CODE | EI_EXPOSE_REP2 | 86 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.banking.messages.IllegalScheduleMessage(Date, Date, int) may expose internal representation by storing an externally mutable object into IllegalScheduleMessage.createDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 82 | Medium |
new org.jdtaus.banking.messages.IllegalScheduleMessage(Date, Date, int) may expose internal representation by storing an externally mutable object into IllegalScheduleMessage.executionDate | MALICIOUS_CODE | EI_EXPOSE_REP2 | 83 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.banking.messages.OutdatedBankleitzahlenVerzeichnisMessage(Date) may expose internal representation by storing an externally mutable object into OutdatedBankleitzahlenVerzeichnisMessage.dateOfExpiration | MALICIOUS_CODE | EI_EXPOSE_REP2 | 61 | Medium |