FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 37 |
11 |
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 |
98 |
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 |
| Uninitialized read of binary in new org.apache.maven.doxia.module.rtf.PBMReader(String) |
CORRECTNESS |
UR_UNINIT_READ |
77 |
Medium |
| Uninitialized read of maxValue in new org.apache.maven.doxia.module.rtf.PBMReader(String) |
CORRECTNESS |
UR_UNINIT_READ |
82 |
Medium |
| Uninitialized read of type in new org.apache.maven.doxia.module.rtf.PBMReader(String) |
CORRECTNESS |
UR_UNINIT_READ |
72 |
Medium |
| Uninitialized read of width in new org.apache.maven.doxia.module.rtf.PBMReader(String) |
CORRECTNESS |
UR_UNINIT_READ |
90 |
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 |
273 |
High |
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 |