FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

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 for IBAN>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE356Medium
Redundant nullcheck of ibanBankIds, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer for IBAN>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE373Medium
Redundant nullcheck of resource, which is known to be non-null in org.jdtaus.iso13616.IBAN.<static initializer for IBAN>()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE315Medium