The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.jdtaus.banking.util.BankleitzahlenDatei | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.banking.util.BankleitzahlenDatei.getRecords() may expose internal representation by returning BankleitzahlenDatei.cachedRecords | MALICIOUS_CODE | EI_EXPOSE_REP | 198 | Medium |
org.jdtaus.banking.util.BankleitzahlenDatei.readBankfile(URL) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 426 | Medium |