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
81 4 1 64

Files

Class Bugs
org.cyclopsgroup.caff.conversion.DateConverterFactory$DateConverter 1
org.cyclopsgroup.caff.format.FixLengthFormat 2
org.cyclopsgroup.caff.ref.ValueReference 1

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 9-30 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 38 Medium
org.cyclopsgroup.caff.format.FixLengthFormat.populate(Object, Reader) ignores result of java.io.Reader.read(char[]) BAD_PRACTICE RR_NOT_CHECKED 49 Medium

org.cyclopsgroup.caff.ref.ValueReference

Bug Category Details Line Priority
Possible null pointer dereference of propertyName in org.cyclopsgroup.caff.ref.ValueReference.forProperty(String, Class, Class) CORRECTNESS NP_NULL_ON_SOME_PATH 38 Medium