FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
23800

org.jdtaus.banking.messages.CurrencyConstraintMessage

BugCategoryDetailsLinePriority
new org.jdtaus.banking.messages.CurrencyConstraintMessage(String, Date) may expose internal representation by storing an externally mutable object into CurrencyConstraintMessage.dateMALICIOUS_CODEEI_EXPOSE_REP273Medium

org.jdtaus.banking.messages.IllegalCurrencyMessage

BugCategoryDetailsLinePriority
new org.jdtaus.banking.messages.IllegalCurrencyMessage(String, Date) may expose internal representation by storing an externally mutable object into IllegalCurrencyMessage.dateMALICIOUS_CODEEI_EXPOSE_REP275Medium

org.jdtaus.banking.messages.IllegalDateMessage

BugCategoryDetailsLinePriority
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.dateMALICIOUS_CODEEI_EXPOSE_REP285Medium
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.dateRangeEndMALICIOUS_CODEEI_EXPOSE_REP287Medium
new org.jdtaus.banking.messages.IllegalDateMessage(Date, Date, Date) may expose internal representation by storing an externally mutable object into IllegalDateMessage.dateRangeStartMALICIOUS_CODEEI_EXPOSE_REP286Medium

org.jdtaus.banking.messages.IllegalScheduleMessage

BugCategoryDetailsLinePriority
new org.jdtaus.banking.messages.IllegalScheduleMessage(Date, Date, int) may expose internal representation by storing an externally mutable object into IllegalScheduleMessage.createDateMALICIOUS_CODEEI_EXPOSE_REP282Medium
new org.jdtaus.banking.messages.IllegalScheduleMessage(Date, Date, int) may expose internal representation by storing an externally mutable object into IllegalScheduleMessage.executionDateMALICIOUS_CODEEI_EXPOSE_REP283Medium

org.jdtaus.banking.messages.OutdatedBankleitzahlenVerzeichnisMessage

BugCategoryDetailsLinePriority
new org.jdtaus.banking.messages.OutdatedBankleitzahlenVerzeichnisMessage(Date) may expose internal representation by storing an externally mutable object into OutdatedBankleitzahlenVerzeichnisMessage.dateOfExpirationMALICIOUS_CODEEI_EXPOSE_REP261Medium