FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
95 7 0 0

Files

Class Bugs
com.powerset.heritrix.writer.HBaseWriter 2
com.powerset.heritrix.writer.HBaseWriterProcessor 5

com.powerset.heritrix.writer.HBaseWriter

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 216
Class com.powerset.heritrix.writer.HBaseWriter implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES Not available

com.powerset.heritrix.writer.HBaseWriterProcessor

Bug Category Details Line
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 208
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 271
Method com.powerset.heritrix.writer.HBaseWriterProcessor.isRecordNew(ProcessorURI) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 334
Class com.powerset.heritrix.writer.HBaseWriterProcessor defines non-transient non-serializable instance field LOG 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