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

Classes Bugs Errors Missing Classes
37 13 0 0

org.apache.maven.doxia.module.rtf.Font$TextExtents

Bug Category Details Line Priority
Unread field: org.apache.maven.doxia.module.rtf.Font$TextExtents.ascent PERFORMANCE URF_UNREAD_FIELD 100 Medium

org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics

Bug Category Details Line Priority
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.llx PERFORMANCE URF_UNREAD_FIELD 95 Medium
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.urx PERFORMANCE URF_UNREAD_FIELD 97 Medium
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.wy PERFORMANCE URF_UNREAD_FIELD 94 Medium

org.apache.maven.doxia.module.rtf.PBMReader

Bug Category Details Line Priority
Switch statement found in new org.apache.maven.doxia.module.rtf.PBMReader(String) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 88-97 Medium
Uninitialized read of binary in new org.apache.maven.doxia.module.rtf.PBMReader(String) CORRECTNESS UR_UNINIT_READ 78 Medium
Uninitialized read of maxValue in new org.apache.maven.doxia.module.rtf.PBMReader(String) CORRECTNESS UR_UNINIT_READ 83 Medium
Uninitialized read of type in new org.apache.maven.doxia.module.rtf.PBMReader(String) CORRECTNESS UR_UNINIT_READ 73 Medium
Uninitialized read of width in new org.apache.maven.doxia.module.rtf.PBMReader(String) CORRECTNESS UR_UNINIT_READ 91 Medium

org.apache.maven.doxia.module.rtf.RtfSink

Bug Category Details Line Priority
Found reliance on default encoding in new org.apache.maven.doxia.module.rtf.RtfSink(OutputStream, String): new java.io.OutputStreamWriter(OutputStream) I18N DM_DEFAULT_ENCODING 270 High
Switch statement found in org.apache.maven.doxia.module.rtf.RtfSink.sectionTitle() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 623-637 Medium

org.apache.maven.doxia.module.rtf.WMFWriter$Dib

Bug Category Details Line Priority
Unread field: org.apache.maven.doxia.module.rtf.WMFWriter$Dib.biPlanes; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 313 Medium
Unread field: org.apache.maven.doxia.module.rtf.WMFWriter$Dib.biSize; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 307 Medium