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.iso13616.IBAN | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of bbanBankIds, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 356 | Medium |
| Redundant nullcheck of ibanBankIds, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 373 | Medium |
| Redundant nullcheck of resource, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 315 | Medium |