FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.2

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
33 3 0 0

Files

Class Bugs
com.gridsystems.Base64Encoder 3

com.gridsystems.Base64Encoder

Bug Category Details Line
Dead store of null to out in com.gridsystems.Base64Encoder.binaryEncode(InputStream) STYLE DLS_DEAD_LOCAL_STORE_OF_NULL 224
Should com.gridsystems.Base64Encoder.binaryEncode(InputStream) return a zero length array rather than null? STYLE PZLA_PREFER_ZERO_LENGTH_ARRAYS 227
Should com.gridsystems.Base64Encoder.binaryEncode(byte[]) return a zero length array rather than null? STYLE PZLA_PREFER_ZERO_LENGTH_ARRAYS 200