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
9500

org.jdtaus.banking.dtaus.spi.IllegalHeaderException

BugCategoryDetailsLinePriority
The class name org.jdtaus.banking.dtaus.spi.IllegalHeaderException shadows the simple name of the superclass org.jdtaus.banking.dtaus.IllegalHeaderExceptionBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS55-281High

org.jdtaus.banking.dtaus.spi.IllegalTransactionException

BugCategoryDetailsLinePriority
The class name org.jdtaus.banking.dtaus.spi.IllegalTransactionException shadows the simple name of the superclass org.jdtaus.banking.dtaus.IllegalTransactionExceptionBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS56-283High

org.jdtaus.banking.spi.IllegalTextschluesselException

BugCategoryDetailsLinePriority
The class name org.jdtaus.banking.spi.IllegalTextschluesselException shadows the simple name of the superclass org.jdtaus.banking.IllegalTextschluesselExceptionBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS55-281High

org.jdtaus.banking.spi.UnsupportedCurrencyException

BugCategoryDetailsLinePriority
org.jdtaus.banking.spi.UnsupportedCurrencyException.getDate() may expose internal representation by returning UnsupportedCurrencyException.dateMALICIOUS_CODEEI_EXPOSE_REP82Medium
new org.jdtaus.banking.spi.UnsupportedCurrencyException(String, Date) may expose internal representation by storing an externally mutable object into UnsupportedCurrencyException.dateMALICIOUS_CODEEI_EXPOSE_REP262Medium