The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 92 | 6 | 0 | 0 |
| Class | Bugs |
|---|---|
| com.powerset.heritrix.writer.HBaseWriter | 2 |
| com.powerset.heritrix.writer.HBaseWriterProcessor | 4 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method com.powerset.heritrix.writer.HBaseWriter.write(ProcessorURI, String, RecordingOutputStream, RecordingInputStream) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 116 |
| Class com.powerset.heritrix.writer.HBaseWriter implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 206 |
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 236 |
| Class com.powerset.heritrix.writer.HBaseWriterProcessor defines non-transient non-serializable instance field logger | BAD_PRACTICE | SE_BAD_FIELD | Not available |
| Class com.powerset.heritrix.writer.HBaseWriterProcessor defines non-transient non-serializable instance field serverCache | BAD_PRACTICE | SE_BAD_FIELD | Not available |