The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jdtaus.iso13616.IBAN | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive org.jdtaus.iso13616.IBAN.parseIndices(String) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 1651 | High |
| 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 | 311 | Medium |