FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
371400

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

BugCategoryDetailsLinePriority
Unread field: org.apache.maven.doxia.module.rtf.Font$TextExtents.ascentPERFORMANCEURF_UNREAD_FIELD100Medium

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

BugCategoryDetailsLinePriority
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.llxPERFORMANCEURF_UNREAD_FIELD95Medium
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.urxPERFORMANCEURF_UNREAD_FIELD97Medium
Unread field: org.apache.maven.doxia.module.rtf.FontMetrics$CharMetrics.wyPERFORMANCEURF_UNREAD_FIELD94Medium

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

BugCategoryDetailsLinePriority
Uninitialized read of binary in new org.apache.maven.doxia.module.rtf.PBMReader(String)CORRECTNESSUR_UNINIT_READ78Medium
Uninitialized read of maxValue in new org.apache.maven.doxia.module.rtf.PBMReader(String)CORRECTNESSUR_UNINIT_READ83Medium
Uninitialized read of type in new org.apache.maven.doxia.module.rtf.PBMReader(String)CORRECTNESSUR_UNINIT_READ73Medium
Uninitialized read of width in new org.apache.maven.doxia.module.rtf.PBMReader(String)CORRECTNESSUR_UNINIT_READ91Medium

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

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.rtf.RtfSink.numberedList(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR700Medium

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

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.rtf.RtfSink$Context.set(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR1851Medium

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

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.rtf.RtfSink$Indentation.set(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR2051Medium

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

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.rtf.RtfSink$Space.set(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR1990Medium

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

BugCategoryDetailsLinePriority
Unread field: org.apache.maven.doxia.module.rtf.WMFWriter$Dib.biPlanes; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC313Medium
Unread field: org.apache.maven.doxia.module.rtf.WMFWriter$Dib.biSize; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC307Medium