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 |
---|---|---|---|---|
The class name org.jdtaus.banking.dtaus.spi.IllegalHeaderException shadows the simple name of the superclass org.jdtaus.banking.dtaus.IllegalHeaderException | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 55-281 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name org.jdtaus.banking.dtaus.spi.IllegalTransactionException shadows the simple name of the superclass org.jdtaus.banking.dtaus.IllegalTransactionException | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 56-283 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name org.jdtaus.banking.spi.IllegalTextschluesselException shadows the simple name of the superclass org.jdtaus.banking.IllegalTextschluesselException | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 55-281 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.banking.spi.UnsupportedCurrencyException.getDate() may expose internal representation by returning UnsupportedCurrencyException.date | MALICIOUS_CODE | EI_EXPOSE_REP | 82 | Medium |
new org.jdtaus.banking.spi.UnsupportedCurrencyException(String, Date) may expose internal representation by storing an externally mutable object into UnsupportedCurrencyException.date | MALICIOUS_CODE | EI_EXPOSE_REP2 | 62 | Medium |