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

ClassesBugsErrorsMissing Classes
85200

org.apache.commons.codec.binary.BaseNCodec

BugCategoryDetailsLinePriority
Unread field: org.apache.commons.codec.binary.BaseNCodec.PAD; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC154Medium

org.apache.commons.codec.binary.BaseNCodec$Context

BugCategoryDetailsLinePriority
Argument of type byte[] formatted in useless way in org.apache.commons.codec.binary.BaseNCodec$Context.toString()CORRECTNESSVA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY101High