FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
8 3 0 0

Files

Class Bugs
org.jdtaus.iso13616.IBAN 3

org.jdtaus.iso13616.IBAN

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