FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
8 2 0 0

Files

Class Bugs
org.jdtaus.iso13616.IBAN 2

org.jdtaus.iso13616.IBAN

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