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

Classes Bugs Errors Missing Classes
73 3 0 0

org.cyclopsgroup.caff.conversion.DateConverterFactory$DateConverter

Bug Category Details Line Priority
Should org.cyclopsgroup.caff.conversion.DateConverterFactory$DateConverter be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 13-40 Medium

org.cyclopsgroup.caff.format.FixLengthFormat

Bug Category Details Line Priority
org.cyclopsgroup.caff.format.FixLengthFormat.parse(Reader) ignores result of java.io.Reader.read(char[]) BAD_PRACTICE RR_NOT_CHECKED 54 Medium
org.cyclopsgroup.caff.format.FixLengthFormat.populate(Object, Reader) ignores result of java.io.Reader.read(char[]) BAD_PRACTICE RR_NOT_CHECKED 71 Medium