The following document contains the results of FindBugs
FindBugs Version is 3.0.0
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 for IBAN>() | 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 for IBAN>() | 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 for IBAN>() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 315 | Medium |