The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.commons.codec.binary.BaseNCodec | 1 |
| org.apache.commons.codec.binary.BaseNCodec$Context | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: org.apache.commons.codec.binary.BaseNCodec.PAD; should this field be static? | PERFORMANCE | SS_SHOULD_BE_STATIC | 154 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Argument of type byte[] formatted in useless way in org.apache.commons.codec.binary.BaseNCodec$Context.toString() | CORRECTNESS | VA_FORMAT_STRING_BAD_CONVERSION_FROM_ARRAY | 101 | High |