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
8300

org.jdtaus.iso13616.IBAN

BugCategoryDetailsLinePriority
Redundant nullcheck of bbanBankIds, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE347Medium
Redundant nullcheck of ibanBankIds, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE364Medium
Redundant nullcheck of resource, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE312Medium