You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2014/08/05 04:22:52 UTC

svn commit: r1615842 [2/2] - /xmlgraphics/fop/trunk/findbugs-exclude.xml

Modified: xmlgraphics/fop/trunk/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/findbugs-exclude.xml?rev=1615842&r1=1615841&r2=1615842&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Tue Aug  5 02:22:51 2014
@@ -1,6029 +1,339 @@
 <?xml version="1.0" encoding="utf-8"?>
 <FindBugsFilter>
   <Match>
-    <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.afp.AFPStreamer"/>
-        <Method name="close"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.area.Page"/>
-        <Method name="isEmpty"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.area.PageViewport"/>
-        <Method name="getBodyRegion"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.area.inline.InlineArea"/>
-        <Method name="notifyIPDVariation"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.area.inline.TextArea"/>
-        <Method name="getText"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/>
-        <Or>
-          <Method name="discardSpace"/>
-          <Method name="negotiateBPDAdjustment"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.FlowLayoutManager"/>
-        <Or>
-          <Method name="discardSpace"/>
-          <Method name="negotiateBPDAdjustment"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/>
-        <Or>
-          <Method name="createFootnotePages"/>
-          <Method name="finish"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.PageSequenceLayoutManager"/>
-        <Method name="activateLayout"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager"/>
-        <Or>
-          <Method name="getChangedKnuthElements"/>
-          <Method name="negotiateBPDAdjustment"/>
-          <Method name="postProcessLineBreaks"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/>
-        <Or>
-          <Method name="addALetterSpaceTo"/>
-          <Method name="addAreas"/>
-          <Method name="applyChanges"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.table.RowPainter"/>
-        <Method name="addAreasAndFlushRow"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.table.TableStepper"/>
-        <Method name="activateCells"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.AbstractRenderer"/>
-        <Method name="renderRegionViewport"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPImageHandler"/>
-        <Method name="generateDataObjectInfo"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/>
-        <Method name="handleImage"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPImageHandlerRawJPEG"/>
-        <Method name="handleImage"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPImageHandlerRenderedImage"/>
-        <Method name="handleImage"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/>
-        <Method name="handleImage"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.intermediate.IFParser"/>
-        <Method name="parse"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.intermediate.IFParser$Handler"/>
-        <Method name="handleIFException"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.intermediate.IFRenderer"/>
-        <Or>
-          <Method name="handleIFExceptionWithIOException"/>
-          <Method name="renderSpace"/>
-          <Method name="renderWord"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.pdf.PDFRenderingUtil"/>
-        <Or>
-          <Method name="populateArray"/>
-          <Method name="populateDictionary"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.pdf.extensions.PDFArrayElement"/>
-        <Method name="getArrayExtension"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.pdf.extensions.PDFDictionaryElement"/>
-        <Method name="getDictionaryExtension"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.pdf.extensions.PDFReferenceElement"/>
-        <Method name="processNode"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.xml.XMLRenderer"/>
-        <Method name="renderRegionViewport"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.svg.PDFGraphics2D"/>
-        <Method name="applyUnknownPaint"/>
-      </And>
-    </Or>
+    <!-- 131 warnings -->
+    <Bug pattern="BC_UNCONFIRMED_CAST"/>
   </Match>
   <Match>
-    <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-    <And>
-      <Class name="org.apache.fop.svg.font.FOPGVTGlyphVector"/>
-      <Or>
-        <Field name="glyphTransforms"/>
-        <Field name="glyphVisibilities"/>
-      </Or>
-    </And>
-  </Match>
-  <Match>
-    <Bug pattern="DM_DEFAULT_ENCODING"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.afp.fonts.CharacterSet"/>
-        <Or>
-          <Method name="getNameBytes"/>
-          <Method name="getBytes"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.afp.modca.AbstractNamedAFPObject"/>
-        <Or>
-          <Method name="getNameBytes"/>
-          <Method name="getBytes"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.afp.modca.triplets.AttributeValueTriplet"/>
-        <Or>
-          <Method name="writeToStream"/>
-          <Method name="getBytes"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fonts.autodetect.WindowsFontDirFinder"/>
-        <Or>
-          <Method name="getWinDir"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.hyphenation.HyphenationTree"/>
-        <Or>
-          <Method name="main"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.pdf.PDFDocument"/>
-        <Or>
-          <Method name="encode"/>
-          <Method name="getBytes"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.AFPPainter$AFPBorderPainterAdapter"/>
-        <Or>
-          <Method name="hash"/>
-          <Method name="getBytes"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.rtf.RTFHandler"/>
-        <Or>
-          <Method name="startDocument"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile"/>
-        <Or>
-          <Method name="main"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.tools.anttasks.FileCompare"/>
-        <Or>
-          <Method name="execute"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-    </Or>
+    <!-- 8 warnings -->
+    <Bug pattern="CI_CONFUSED_INHERITANCE"/>
   </Match>
   <Match>
-    <Bug pattern="FE_FLOATING_POINT_EQUALITY"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.afp.modca.GraphicsObject"/>
-        <Method name="setLineWidth"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fonts.type1.AFMFile"/>
-        <Method name="overridePrimaryEncoding"/>
-      </And>
-    </Or>
-  </Match>
-  <Match>
-    <Bug pattern="BC_BAD_CAST_TO_CONCRETE_COLLECTION"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.area.AreaTreeObject"/>
-        <Or>
-          <Field name="extensionAttachments"/>
-          <Field name="foreignAttributes"/>
-          <Method name="clone"/>
-        </Or>
-      </And>
-    </Or>
+    <!-- 1 warning -->
+    <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
   </Match>
   <Match>
-    <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable"/>
-        <Or>
-          <Method name="position"/>
-          <Method name="matchLookups"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable"/>
-        <Or>
-          <Method name="substitute"/>
-          <Method name="matchLookups"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.complexscripts.fonts.OTFAdvancedTypographicTableReader"/>
-        <Or>
-          <Method name="constructGDEF"/>
-          <Method name="constructGDEFSubtables"/>
-          <Method name="constructGPOS"/>
-          <Method name="constructLookups"/>
-          <Method name="constructGPOSSubtables"/>
-          <Method name="constructGSUB"/>
-          <Method name="constructGSUBSubtables"/>
-          <Method name="readChainedContextualPosTableFormat3"/>
-          <Method name="readChainedContextualSubTableFormat3"/>
-          <Method name="readContextualPosTableFormat3"/>
-          <Method name="readContextualSubTableFormat3"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.complexscripts.util.GlyphSequence$CharAssociation"/>
-        <Or>
-          <Field name="predications"/>
-          <Method name="join"/>
-          <Method name="extractIntervals"/>
-          <Method name="mergePredication"/>
-          <Method name="setPredication"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fonts.apps.PFMReader"/>
-        <Or>
-          <Method name="main"/>
-          <Method name="loadPFM"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fonts.substitute.FontQualifier"/>
-        <Or>
-          <Method name="setFontStyle"/>
-          <Method name="valueOf"/>
-          <Method name="setFontWeight"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.hyphenation.Hyphenator"/>
-        <Or>
-          <Method name="getResourceStream"/>
-          <Method name="getMethod"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.hyphenation.PatternParser"/>
-        <Or>
-          <Method name="main"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.pdf.PDFMetadata"/>
-        <Or>
-          <Method name="populateStreamDict"/>
-          <Method name="buildFilterDictEntries"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.AbstractRenderer"/>
-        <Or>
-          <Method name="renderBodyRegion"/>
-          <Method name="getBeforeFloat"/>
-          <Method name="getFootnote"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.extensions.AFPExtensionHandler"/>
-        <Or>
-          <Method name="endElement"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.pdf.extensions.PDFEmbeddedFileElement"/>
-        <Or>
-          <Method name="processNode"/>
-          <Method name="getURL"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.util.ColorUtil"/>
-        <Or>
-          <Method name="parseAsFopRgbIcc"/>
-          <Method name="trim"/>
-          <Method name="parseAsFopRgbNamedColor"/>
-          <Method name="unescapeString"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.util.XMLUtil"/>
-        <Or>
-          <Method name="decodePositionAdjustments"/>
-          <Method name="split"/>
-        </Or>
-      </And>
-    </Or>
-  </Match>
-  <Match>
-    <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.complexscripts.fonts.GlyphProcessingState"/>
-        <Field name="classMatchSet"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline"/>
-        <Field name="fo"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.inline.InlineStackingLayoutManager"/>
-        <Field name="extraBPD"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.table.TableRowIterator"/>
-        <Field name="table"/>
-      </And>
-      <And>
-        <Class name="org.apache.fop.pdf.PDFCMap"/>
-        <Or>
-          <Field name="base"/>
-          <Field name="sysInfo"/>
-          <Field name="wMode"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic"/>
-        <Or>
-          <Field name="heightPercent"/>
-          <Field name="widthPercent"/>
-        </Or>
-      </And>
-    </Or>
+    <!-- 15 warnings -->
+    <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/>
   </Match>
   <Match>
-    <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.fo.XMLObj"/>
-        <Or>
-          <Field name="doc"/>
-          <Field name="element"/>
-          <Method name="characters"/>
-          <Method name="getDimension"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fo.flow.table.TableCellContainer"/>
-        <Or>
-          <Field name="pendingSpans"/>
-          <Method name="addTableCellChild"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fo.pagination.AbstractPageSequence"/>
-        <Or>
-          <Field name="initialPageNumber"/>
-          <Method name="initPageNumber"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.afp.extensions.AbstractAFPExtensionObject"/>
-        <Or>
-          <Field name="extensionAttachment"/>
-          <Method name="processNode"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.intermediate.AbstractBinaryWritingIFDocumentHandler"/>
-        <Or>
-          <Field name="outputStream"/>
-          <Method name="rewritePostScriptFile"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.java2d.Java2DSVGHandler$Java2DInfo"/>
-        <Or>
-          <Field name="state"/>
-          <Method name="renderSVGDocument"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.ps.PSTextPainter"/>
-        <Or>
-          <Field name="gen"/>
-          <Field name="ps"/>
-          <Field name="psRun"/>
-          <Field name="textUtil"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.svg.PDFTextPainter"/>
-        <Or>
-          <Field name="pdf"/>
-        </Or>
-      </And>
-    </Or>
+    <!-- 1 warning -->
+    <Bug pattern="DE_MIGHT_IGNORE"/>
   </Match>
   <Match>
-    <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/>
-    <And>
-      <Class name="org.apache.fop.fo.properties.GenericShorthandParser"/>
-      <Method name="convertValueForProperty"/>
-    </And>
+    <!-- 27 warnings -->
+    <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/>
+  </Match>
+  <Match>
+    <!-- 4 warnings -->
+    <Bug pattern="DM_BOOLEAN_CTOR"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/>
+  </Match>
+  <Match>
+    <!-- 29 warnings -->
+    <Bug pattern="DM_CONVERT_CASE"/>
+  </Match>
+  <Match>
+    <!-- 5 warnings -->
+    <Bug pattern="DM_EXIT"/>
+  </Match>
+  <Match>
+    <!-- 20 warnings -->
+    <Bug pattern="DM_FP_NUMBER_CTOR"/>
+  </Match>
+  <Match>
+    <!-- 88 warnings -->
+    <Bug pattern="DM_NUMBER_CTOR"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="DM_STRING_CTOR"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="DM_STRING_TOSTRING"/>
   </Match>
   <Match>
+    <!-- 4 warnings -->
+    <Bug pattern="DM_STRING_VOID_CTOR"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
+  </Match>
+  <Match>
+    <!-- 84 warnings -->
+    <Bug pattern="EI_EXPOSE_REP"/>
+  </Match>
+  <Match>
+    <!-- 55 warnings -->
     <Bug pattern="EI_EXPOSE_REP2"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.fonts.GlyphMapping"/>
-        <Or>
-          <Field name="gposAdjustments"/>
-          <Method name="&lt;init&gt;"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.fonts.MultiByteFont"/>
-        <Or>
-          <Field name="boundingBoxes"/>
-          <Method name="setBBoxArray"/>
-        </Or>
-      </And>
-    </Or>
   </Match>
   <Match>
-    <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
-    <And>
-      <Class name="org.apache.fop.hyphenation.SerializeHyphPattern"/>
-      <Method name="serializeFile"/>
-    </And>
+    <!-- 1 warning -->
+    <Bug pattern="EQ_ALWAYS_TRUE"/>
   </Match>
   <Match>
-    <Bug pattern="BC_UNCONFIRMED_CAST"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/>
-        <Or>
-          <Field name="best"/>
-          <Field name="next"/>
-          <Method name="createNode"/>
-          <Method name="finish"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.inline.ContentLayoutManager"/>
-        <Or>
-          <Field name="holder"/>
-          <Method name="addAreas"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.layoutmgr.inline.PageNumberLayoutManager"/>
-        <Or>
-          <Field name="curArea"/>
-          <Method name="getEffectiveArea"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontTable"/>
-        <Or>
-          <Field name="parent"/>
-          <Method name="writeRtfContent"/>
-        </Or>
-      </And>
-      <And>
-        <Class name="org.apache.fop.svg.PDFGraphics2D"/>
-        <Method name="registerFunction"/>
-      </And>
-    </Or>
+    <!-- 1 warning -->
+    <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
   </Match>
   <Match>
-    <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
-    <And>
-      <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager$TextAreaBuilder"/>
-      <Method name="getMappingBidiLevels"/>
-    </And>
+    <!-- 2 warnings -->
+    <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>
   </Match>
   <Match>
+    <!-- 1 warning -->
+    <Bug pattern="EQ_UNUSUAL"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
+  </Match>
+  <Match>
+    <!-- 12 warnings -->
+    <Bug pattern="FE_FLOATING_POINT_EQUALITY"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="IM_AVERAGE_COMPUTATION_COULD_OVERFLOW"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="IM_BAD_CHECK_FOR_ODD"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="IS2_INCONSISTENT_SYNC"/>
+  </Match>
+  <Match>
+    <!-- 6 warnings -->
+    <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/>
+  </Match>
+  <Match>
+    <!-- 9 warnings -->
+    <Bug pattern="LI_LAZY_INIT_STATIC"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="LI_LAZY_INIT_UPDATE_STATIC"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="MF_CLASS_MASKS_FIELD"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="MS_EXPOSE_REP"/>
+  </Match>
+  <Match>
+    <!-- 12 warnings -->
+    <Bug pattern="MS_OOI_PKGPROTECT"/>
+  </Match>
+  <Match>
+    <!-- 15 warnings -->
+    <Bug pattern="MS_PKGPROTECT"/>
+  </Match>
+  <Match>
+    <!-- 11 warnings -->
+    <Bug pattern="NM_CONFUSING"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
+  </Match>
+  <Match>
+    <!-- 5 warnings -->
+    <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="NP_GUARANTEED_DEREF"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE"/>
+  </Match>
+  <Match>
+    <!-- 4 warnings -->
     <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
-    <And>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="makeFontFile"/>
-    </And>
   </Match>
   <Match>
+    <!-- 4 warnings -->
+    <Bug pattern="NP_NULL_ON_SOME_PATH"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/>
+  </Match>
+  <Match>
+    <!-- 4 warnings -->
+    <Bug pattern="OS_OPEN_STREAM"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
+  </Match>
+  <Match>
+    <!-- 46 warnings -->
+    <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN"/>
+  </Match>
+  <Match>
+    <!-- 10 warnings -->
+    <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
+  </Match>
+  <Match>
+    <!-- 23 warnings -->
+    <Bug pattern="REC_CATCH_EXCEPTION"/>
+  </Match>
+  <Match>
+    <!-- 8 warnings -->
+    <Bug pattern="RI_REDUNDANT_INTERFACES"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="RR_NOT_CHECKED"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
+  </Match>
+  <Match>
+    <!-- 11 warnings -->
+    <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="SA_FIELD_SELF_COMPARISON"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/>
+  </Match>
+  <Match>
+    <!-- 33 warnings -->
     <Bug pattern="SE_BAD_FIELD"/>
-    <And>
-      <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/>
-      <Field name="imageRef"/>
-    </And>
   </Match>
   <Match>
+    <!-- 2 warnings -->
+    <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/>
+  </Match>
+  <Match>
+    <!-- 2 warnings -->
     <Bug pattern="SE_BAD_FIELD_STORE"/>
-    <And>
-      <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/>
-      <Field name="imageRef"/>
-    </And>
-  </Match>
-  <Match>
-    <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE"/>
-    <Or>
-      <And>
-        <Class name="org.apache.fop.render.xml.XMLRenderer"/>
-        <Or>
-          <Field name="END_INDENT"/>
-          <Field name="FONT"/>
-          <Field name="START_INDENT"/>
-          <Method name="addTraitAttributes"/>
-        </Or>
-      </And>
-    </Or>
   </Match>
-
   <Match>
-    <Class name="org.apache.fop.fonts.truetype.OpenFont$1"/>
+    <!-- 1 warning -->
+    <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE"/>
+  </Match>
+  <Match>
+    <!-- 6 warnings -->
+    <Bug pattern="SE_INNER_CLASS"/>
+  </Match>
+  <Match>
+    <!-- 9 warnings -->
+    <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="SF_SWITCH_FALLTHROUGH"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="SF_SWITCH_NO_DEFAULT"/>
+  </Match>
+  <Match>
+    <!-- 21 warnings -->
+    <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/>
+  </Match>
+  <Match>
+    <!-- 20 warnings -->
     <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
   </Match>
   <Match>
-    <Class name="org.apache.fop.fonts.truetype.FontFileReader"/>
-    <Method name="getAllBytes"/>
-    <Bug pattern="EI_EXPOSE_REP"/>
+    <!-- 1 warning -->
+    <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS"/>
   </Match>
   <Match>
-    <Class name="org.apache.fop.fo.properties.FontFamilyProperty"/>
-    <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/>
+    <!-- 5 warnings -->
+    <Bug pattern="SR_NOT_CHECKED"/>
+  </Match>
+  <Match>
+    <!-- 6 warnings -->
+    <Bug pattern="SS_SHOULD_BE_STATIC"/>
+  </Match>
+  <Match>
+    <!-- 8 warnings -->
+    <Bug pattern="UCF_USELESS_CONTROL_FLOW"/>
+  </Match>
+  <Match>
+    <!-- 3 warnings -->
+    <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
+  </Match>
+  <Match>
+    <!-- 1 warning -->
+    <Bug pattern="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS"/>
+  </Match>
+  <Match>
+    <!-- 6 warnings -->
+    <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
+  </Match>
+  <Match>
+    <!-- 12 warnings -->
+    <Bug pattern="URF_UNREAD_FIELD"/>
   </Match>
   <Match>
-    <Class name="org.apache.fop.fo.properties.CondLengthProperty"/>
+    <!-- 3 warnings -->
+    <Bug pattern="UUF_UNUSED_FIELD"/>
+  </Match>
+  <Match>
+    <!-- 58 warnings -->
     <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
   </Match>
   <Match>
-    <Class name="org.apache.fop.pdf.xref.TrailerDictionary$1FileID"/>
-    <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
+    <!-- 5 warnings -->
+    <Bug pattern="UWF_UNWRITTEN_FIELD"/>
   </Match>
   <Match>
-    <Class name="org.apache.fop.fo.properties.ToBeImplementedProperty"/>
-    <Bug pattern="EQ_ALWAYS_TRUE"/>
+    <!-- 6 warnings -->
+    <Bug pattern="WMI_WRONG_MAP_ITERATOR"/>
   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.intermediate.IFStructureTreeBuilder"/>
-      <Field name="delegate"/>
-      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFLogicalStructureHandler"/>
-      <Field name="currentPage"/>
-      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFLogicalStructureHandler"/>
-      <Field name="pageParentTreeArray"/>
-      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFStructureTreeBuilder"/>
-      <Field name="logicalStructureHandler"/>
-      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFStructureTreeBuilder"/>
-      <Field name="pdfFactory"/>
-      <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.accessibility.fo.FO2StructureTreeConverter$1"/>
-      <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
-   </Match>
-   <Match>
-      <Class name="~org.apache.fop.accessibility.fo.FOEventRecorder.*"/>
-      <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPDataObjectInfo"/>
-      <Method name="getUri"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPRendererImageInfo"/>
-      <Method name="getURI"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Method name="getImageUri"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageFormResource"/>
-      <Method name="getImageURI"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FOURIResolver"/>
-      <Method name="setThrowExceptions"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.Fop"/>
-      <Method name="setThrowexceptions"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FopFactory"/>
-      <Method name="setUserConfig"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.Fop"/>
-      <Method name="setUserconfig"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.PageSequenceResults"/>
-      <Method name="getID"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.FObj"/>
-      <Method name="getId"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.ForeignObject"/>
-      <Method name="getNameSpace"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.AbstractGenericSVGHandler"/>
-      <Method name="getNamespace"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="getFOFile"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.Fop"/>
-      <Method name="getFofile"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="getXMLFile"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.Fop"/>
-      <Method name="getXmlFile"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.FOText"/>
-      <Method name="getBaseLineShift"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.flow.AbstractGraphics"/>
-      <Method name="getBaselineShift"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.FObj"/>
-      <Method name="hasId"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.intermediate.extensions.AbstractAction"/>
-      <Method name="hasID"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.EmbedFontInfo"/>
-      <Method name="getPostScriptName"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
-      <Method name="getPostscriptName"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.image.loader.batik.ImageLoaderFactorySVG"/>
-      <Method name="getSupportedMIMETypes"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="setBaseDir"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.RunTest"/>
-      <Method name="setBasedir"/>
-      <Bug pattern="NM_CONFUSING"/>
-   </Match>
-   <!-- /The names of public methods will not be modified -->
-   <!-- These casts are checked in the code -->
-   <Match>
-	 <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/>
-	 <Method name="isCompatible"/>
-	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-	 <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/>
-	 <Method name="isCompatible"/>
-	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <Match>
-	 <Class name="org.apache.fop.render.afp.AbstractPDFImageHandler"/>
-	 <Method name="handleImage"/>
-	 <Bug pattern="BC_UNCONFIRMED_CAST"/>
-   </Match>
-   <!-- /These casts are checked in the code -->
-   <!-- return null is OK -->
-   <Match>
-	 <Class name="org.apache.fop.svg.ACIUtils"/>
-	 <Method name="findFontsForBatikACI"/>
-	 <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
-   </Match>
-   <!-- Automatically generated list of exclusions -->
-   <Match>
-      <Class name="org.apache.fop.render.intermediate.IFGraphicContext"/>
-      <Method name="clone"/>
-      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.Hyphenator"/>
-      <Method name="getResourceStream"/>
-      <Bug pattern="DE_MIGHT_IGNORE"/>
-   </Match>
-   <Match>
-      <Class name="java.lang.Exception"/>
-      <!--Neither method nor field-->
-      <Bug pattern="DE_MIGHT_IGNORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="flushCache"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="parseCustomOutputOption"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="parseOptions"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.Main"/>
-      <Method name="startFOP"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.Main"/>
-      <Method name="startFOPWithDynamicClasspath"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.fontlist.FontListMain"/>
-      <Method name="parseArguments"/>
-      <Bug pattern="DM_EXIT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.Main"/>
-      <Method name="startFOPWithDynamicClasspath"/>
-      <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
-   </Match>
-   <Match>
-      <Class name="java.net.URLClassLoader"/>
-      <!--Neither method nor field-->
-      <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.RunTest"/>
-      <Method name="runReference"/>
-      <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.fontlist.FontSpec"/>
-      <Method name="compareTo"/>
-      <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontInfo"/>
-      <Method name="fuzzyFontLookup"/>
-      <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/>
-      <Method name="addBookmark"/>
-      <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.fontlist.FontListSerializer"/>
-      <Method name="generateSAX"/>
-      <Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceInfo"/>
-      <Method name="equals"/>
-      <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceLevel"/>
-      <Method name="equals"/>
-      <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.flow.Marker$MarkerAttribute"/>
-      <Method name="equals"/>
-      <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.NativeTextHandler"/>
-      <Method name="establishCurrentFont"/>
-      <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.MimeConstants"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.xmlgraphics.util.MimeConstants"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.EventListener"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="java.util.EventListener"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.Graphics2DImagePainter"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.xmlgraphics.java2d.Graphics2DImagePainter"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSFontUtils"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.xmlgraphics.ps.PSFontUtils"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageUtils"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.xmlgraphics.ps.PSImageUtils"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.GraphicsConfiguration"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="java.awt.GraphicsConfiguration"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.PDFTextUtil"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFTextUtil"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.util.QName"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.xmlgraphics.util.QName"/>
-      <!--Neither method nor field-->
-      <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.apps.FontPatternExtractor"/>
-      <Method name="extract"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.autodetect.WindowsFontDirFinder"/>
-      <Method name="getWinDir"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="buildCIDSet"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="makeFont"/>
-      <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFOutputIntent"/>
-      <Method name="toPDF"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pcl.PCLGenerator"/>
-      <Method name="defineGrayscalePattern"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.ImageRenderedAdapter"/>
-      <Method name="populateXObjectDictionary"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.FileCompare"/>
-      <Method name="compareBytes"/>
-      <Bug pattern="OS_OPEN_STREAM"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="runTest"/>
-      <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.CommandLineOptions"/>
-      <Method name="parse"/>
-      <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPStreamer"/>
-      <Method name="writeToStream"/>
-      <Bug pattern="RR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
-      <Method name="load"/>
-      <Bug pattern="RR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPStreamer"/>
-      <Method name="close"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.apps.FontPatternExtractor"/>
-      <Method name="main"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.Main"/>
-      <Method name="startFOP"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache"/>
-      <Method name="getDefaultCacheFile"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache"/>
-      <Method name="loadFrom"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.TempFileStreamCache"/>
-      <Method name="clear"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/>
-      <Method name="configure"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="runTest"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="runTests"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/>
-      <Method name="renderInputHandler"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/>
-      <Method name="run"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.RunTest"/>
-      <Method name="runReference"/>
-      <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Field name="colorConverter"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.Area"/>
-      <Field name="props"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.BlockParent"/>
-      <Field name="children"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.LineArea"/>
-      <Field name="inlineAreas"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.MainReference"/>
-      <Field name="spanAreas"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.Page"/>
-      <Field name="unresolved"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.Span"/>
-      <Field name="flowAreas"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.Trait$Background"/>
-      <Field name="imageInfo"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.Container"/>
-      <Field name="blocks"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.InlineParent"/>
-      <Field name="inlines"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.Event"/>
-      <Field name="params"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.model.EventMethodModel"/>
-      <Field name="params"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.model.EventModel"/>
-      <Field name="producers"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.model.EventProducerModel"/>
-      <Field name="methods"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.extensions.xmp.XMPMetadata"/>
-      <Field name="meta"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.pagination.PageProductionException"/>
-      <Field name="locator"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.EmbedFontInfo"/>
-      <Field name="fontTriplets"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache"/>
-      <Field name="failedFontMap"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache"/>
-      <Field name="fontfileMap"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache$CachedFontFile"/>
-      <Field name="filefontsMap"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.LayoutException"/>
-      <Field name="layoutManager"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$Paragraph"/>
-      <Field name="layoutManager"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFPaintingState$PDFData"/>
-      <Field name="gstate"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/>
-      <Field name="renderer"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewDialog"/>
-      <Field name="foUserAgent"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewDialog"/>
-      <Field name="renderer"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewDialog"/>
-      <Field name="translator"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel"/>
-      <Field name="foUserAgent"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel"/>
-      <Field name="reloader"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel"/>
-      <Field name="renderer"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel"/>
-      <Field name="scroller"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.servlet.FopServlet"/>
-      <Field name="fopFactory"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.servlet.FopServlet"/>
-      <Field name="transFactory"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.servlet.FopServlet"/>
-      <Field name="uriResolver"/>
-      <Bug pattern="SE_BAD_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.AbstractBreaker$BlockSequence"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$Paragraph"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_BAD_FIELD_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Field name="colorConverter"/>
-      <Bug pattern="SE_BAD_FIELD_STORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.pagination.PageProductionException"/>
-      <Field name="locator"/>
-      <Bug pattern="SE_BAD_FIELD_STORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.servlet.FopServlet"/>
-      <Field name="uriResolver"/>
-      <Bug pattern="SE_BAD_FIELD_STORE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.DestinationComparator"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState$AFPData"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.LineArea$LineAdjustingInfo"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.AbstractTextArea$TextAdjustingInfo"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.InlineArea$InlineAdjustingInfo"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFPaintingState$PDFData"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.util.AbstractPaintingState$StateStack"/>
-      <!--Neither method nor field-->
-      <Bug pattern="SE_INNER_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Field name="pagePaintingState"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPPaintingState"/>
-      <Field name="unitConv"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.Block"/>
-      <Field name="allowBPDUpdate"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.InlineParent"/>
-      <Field name="autoSize"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.UnresolvedPageNumber"/>
-      <Field name="font"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontCache"/>
-      <Field name="changed"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontTriplet"/>
-      <Field name="key"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.HyphenationTree"/>
-      <Field name="ivalues"/>
-      <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.apps.FontPatternExtractor"/>
-      <Method name="extract"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="readStructuredField"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
-      <Method name="loadExtMetrics"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
-      <Method name="loadExtension"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
-      <Method name="loadHeader"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.ImageRawJPEGAdapter"/>
-      <Method name="outputContents"/>
-      <Bug pattern="SR_NOT_CHECKED"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.cli.ImageInputHandler"/>
-      <Method name="createXSLTSource"/>
-      <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.PatternParser"/>
-      <Method name="getExternalClasses"/>
-      <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="makeFontFile"/>
-      <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewDialogAboutBox"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/>
-      <Method name="readUShort"/>
-      <Bug pattern="BIT_IOR_OF_SIGNED_BYTE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.truetype.OFDirTabEntry"/>
-      <Method name="toString"/>
-      <Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.util.AbstractPaintingState$AbstractData"/>
-      <Method name="toString"/>
-      <Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.BookmarkData"/>
-      <Method name="addSubData"/>
-      <Bug pattern="EC_UNRELATED_TYPES"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.AlignmentContext"/>
-      <Method name="setBaselineShift"/>
-      <Bug pattern="ICAST_INT_CAST_TO_FLOAT_PASSED_TO_ROUND"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.WordArea"/>
-      <!-- Listing the field does not work; this makes the filter apply to all masked fields -->
-      <Bug pattern="MF_CLASS_MASKS_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.AbstractPageNumberCitationLayoutManager"/>
-      <!-- Listing the field does not work; this makes the filter apply to all masked fields -->
-      <Bug pattern="MF_CLASS_MASKS_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase"/>
-      <!-- Listing the field does not work; this makes the filter apply to all masked fields -->
-      <Bug pattern="MF_CLASS_MASKS_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.AbstractFOPTranscoder"/>
-      <!-- Listing the field does not work; this makes the filter apply to all masked fields -->
-      <Bug pattern="MF_CLASS_MASKS_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSSVGHandler"/>
-      <Method name="renderSVGDocument"/>
-      <Bug pattern="NP_GUARANTEED_DEREF"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/>
-      <Method name="negotiateBPDAdjustment"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/>
-      <Method name="handleFootnotes"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.PNGRenderer"/>
-      <Method name="writeImage"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.TIFFRenderer"/>
-      <Method name="stopRenderer"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow"/>
-      <Method name="writeRowAndCellsDefintions"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.AbstractFOPImageElementBridge"/>
-      <Method name="createImageGraphicsNode"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="main"/>
-      <Bug pattern="NP_NULL_ON_SOME_PATH"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FopFactory"/>
-      <Method name="setHyphenBaseURL"/>
-      <Bug pattern="NP_NULL_PARAM_DEREF"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.events.EventFormatter"/>
-      <Method name="format"/>
-      <Bug pattern="NP_NULL_PARAM_DEREF"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.pagination.PageProductionException$PageProductionExceptionFactory"/>
-      <Method name="createException"/>
-      <Bug pattern="NP_NULL_PARAM_DEREF"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.CommonTextDecoration"/>
-      <Method name="calcTextDecoration"/>
-      <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontInfoConfigurator"/>
-      <Method name="getFontInfo"/>
-      <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.SpaceResolver"/>
-      <Method name="toString"/>
-      <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="makeFontFile"/>
-      <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.java2d.Java2DRenderer"/>
-      <Method name="stopRenderer"/>
-      <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSFontUtils"/>
-      <Method name="getInputStreamOnFont"/>
-      <Bug pattern="RV_EXCEPTION_NOT_THROWN"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceLevel"/>
-      <Method name="equals"/>
-      <Bug pattern="SA_FIELD_SELF_COMPARISON"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.print.PageableRenderer"/>
-      <Method name="processOptions"/>
-      <Bug pattern="SA_FIELD_SELF_COMPARISON"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.extensions.svg.SVGElement$1"/>
-      <Method name="deselectAll"/>
-      <Bug pattern="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.batik.dom.svg.SVGContext"/>
-      <!--Neither method nor field-->
-      <Bug pattern="UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.ObjectAreaPosition"/>
-      <Field name="xOffset"/>
-      <Bug pattern="UWF_UNWRITTEN_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.ObjectAreaPosition"/>
-      <Field name="yOffset"/>
-      <Bug pattern="UWF_UNWRITTEN_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.truetype.OFDirTabEntry"/>
-      <Field name="checksum"/>
-      <Bug pattern="UWF_UNWRITTEN_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.list.ListItemContentLayoutManager"/>
-      <Field name="itemIPD"/>
-      <Bug pattern="UWF_UNWRITTEN_FIELD"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceLevel"/>
-      <Method name="valueOf"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
-      <Method name="getResourceType"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
-      <Method name="registerResourceTypeName"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.apps.FontPatternExtractor"/>
-      <Method name="extract"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="getCategoryCodeAsString"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="getTypeCodeAsString"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="toString"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FopFactoryConfigurator"/>
-      <Method name="configure"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FopFactoryConfigurator"/>
-      <Method name="configureImageLoading"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/>
-      <Method name="makeFormattedPageNumber"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.CondLengthProperty"/>
-      <Method name="toString"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontInfo"/>
-      <Method name="getTripletsForName"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.FontLoader"/>
-      <Method name="isType1"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/>
-      <Method name="generateTripletsFromFont"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.substitute.FontQualifier"/>
-      <Method name="match"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFFactory"/>
-      <Method name="getExternalAction"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFPageLabels"/>
-      <Or>
-        <Method name="addPageLabel"/>
-        <Method name="alphabeticToArabic"/>
-        <Method name="romanToArabic"/>
-      </Or>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.MultiFileRenderingUtil"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.java2d.InstalledFontCollection"/>
-      <Method name="setup"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.FoUnitsConverter"/>
-      <Method name="numberToTwips"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
-      <Method name="addNamedColor"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
-      <Method name="getColorNumber"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontManager"/>
-      <Method name="getFontKey"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/>
-      <Method name="replaceExtension"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.util.ColorUtil"/>
-      <Method name="parseColorString"/>
-      <Bug pattern="DM_CONVERT_CASE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPDataObjectInfo"/>
-      <Method name="getData"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.Registry$ObjectType"/>
-      <Method name="getOID"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="getData"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="getExtData"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.parser.UnparsedStructuredField"/>
-      <Method name="getIntroducerData"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FOUserAgent"/>
-      <Method name="getCreationDate"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.DestinationData"/>
-      <Method name="getIDRefs"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.WordArea"/>
-      <Method name="getLetterAdjustArray"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.extensions.xmp.XMPContentHandlerFactory"/>
-      <Method name="getSupportedNamespaces"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.CommonBorderPaddingBackground"/>
-      <Method name="getBorderInfo"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.CommonBorderPaddingBackground"/>
-      <Method name="getPadding"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.CustomFont"/>
-      <Method name="getFontBBox"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.ByteVector"/>
-      <Method name="getArray"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.CharVector"/>
-      <Method name="getArray"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.Hyphenation"/>
-      <Method name="getHyphenationPoints"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.image.loader.batik.ImageLoaderFactorySVG"/>
-      <Method name="getSupportedFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.image.loader.batik.ImageLoaderFactorySVG"/>
-      <Method name="getSupportedMIMETypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.image.loader.batik.ImageLoaderFactoryWMF"/>
-      <Method name="getSupportedFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.image.loader.batik.ImageLoaderFactoryWMF"/>
-      <Method name="getSupportedMIMETypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFEncryptionJCE"/>
-      <Method name="getFileID"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFInfo"/>
-      <Method name="getCreationDate"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFInfo"/>
-      <Method name="getModDate"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerRawStream"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerRenderedImage"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.afp.extensions.AFPExtensionHandlerFactory"/>
-      <Method name="getSupportedNamespaces"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.AWTRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.PNGDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.PNGRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.TIFFDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.bitmap.TIFFRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.intermediate.IFGraphicContext$Group"/>
-      <Method name="getTransforms"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.java2d.Java2DFontMetrics"/>
-      <Method name="getWidths"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pcl.PCLDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerGraphics2D"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawCCITTFax"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawJPEG"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pdf.PDFImageHandlerRenderedImage"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.print.PrintRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSDocumentHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerEPS"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSImageHandlerSVG"/>
-      <Method name="getSupportedImageFlavors"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.extensions.PSExtensionHandlerFactory"/>
-      <Method name="getSupportedNamespaces"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.RTFFOEventHandlerMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.txt.TXTRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.xml.XMLRendererMaker"/>
-      <Method name="getSupportedMimeTypes"/>
-      <Bug pattern="EI_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.AFPDataObjectInfo"/>
-      <Method name="setData"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.goca.AbstractGraphicsCoord"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.goca.GraphicsChainedSegment"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.goca.GraphicsImage"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.ioca.ImageContent"/>
-      <Method name="setImageData"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.ioca.ImageRasterData"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.ObjectContainer"/>
-      <Method name="setData"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.Registry$ObjectType"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.modca.triplets.PresentationSpaceMixingRulesTriplet"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.apps.FOUserAgent"/>
-      <Method name="setCreationDate"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.area.inline.WordArea"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.DimensionPropertyMaker"/>
-      <Method name="setExtraCorresponding"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.IndentPropertyMaker"/>
-      <Method name="setBorderWidthCorresponding"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.IndentPropertyMaker"/>
-      <Method name="setPaddingCorresponding"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.CustomFont"/>
-      <Method name="setFontBBox"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.MultiByteFont"/>
-      <Method name="setBFEntries"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.MultiByteFont"/>
-      <Method name="setWidthArray"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFBData"/>
-      <Method name="setEncryptedSegment"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFBData"/>
-      <Method name="setHeaderSegment"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.PFBData"/>
-      <Method name="setTrailerSegment"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.ByteVector"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.hyphenation.CharVector"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.inline.HyphContext"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.BitmapImage"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFCIDFont"/>
-      <Method name="setDW2"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFInfo"/>
-      <Method name="setCreationDate"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFInfo"/>
-      <Method name="setModDate"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFToUnicodeCMap"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.intermediate.IFGraphicContext$Group"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic"/>
-      <Method name="setImageData"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.PDFTextUtil"/>
-      <Method name="setFonts"/>
-      <Bug pattern="EI_EXPOSE_REP2"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.FOPropertyMapping"/>
-      <Method name="getGenericMappings"/>
-      <Bug pattern="MS_EXPOSE_REP"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.ptoca.PtocaConstants"/>
-      <Field name="ESCAPE"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSSupportedFlavors"/>
-      <Field name="LEVEL_2_FLAVORS_FORM"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSSupportedFlavors"/>
-      <Field name="LEVEL_2_FLAVORS_INLINE"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSSupportedFlavors"/>
-      <Field name="LEVEL_3_FLAVORS_FORM"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.ps.PSSupportedFlavors"/>
-      <Field name="LEVEL_3_FLAVORS_INLINE"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.IBorderAttributes"/>
-      <Field name="BORDERS"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="ATTRIB_CELL_PADDING"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="ATTRIB_ROW_PADDING"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="CELL_BORDER"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="CELL_COLOR"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="CELL_VERT_ALIGN"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.ITableAttributes"/>
-      <Field name="ROW_BORDER"/>
-      <Bug pattern="MS_OOI_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.Glyphs"/>
-      <Field name="UNICODE_GLYPHS"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.Glyphs"/>
-      <Field name="MAC_GLYPH_NAMES"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.Glyphs"/>
-      <Field name="TEX8R_GLYPH_NAMES"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.Glyphs"/>
-      <Field name="WINANSI_ENCODING"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.apps.AbstractFontReader"/>
-      <Field name="log"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.pcl.PCLGenerator"/>
-      <Field name="PCL_RESOLUTIONS"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfter"/>
-      <Field name="FOOTER_ATTR"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfBefore"/>
-      <Field name="HEADER_ATTR"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListTable"/>
-      <Field name="LIST_TABLE_ATTR"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPage"/>
-      <Field name="PAGE_ATTR"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText"/>
-      <Field name="ALIGNMENT"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText"/>
-      <Field name="ATTR_NAMES"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText"/>
-      <Field name="BORDER"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText"/>
-      <Field name="INDENT"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfText"/>
-      <Field name="TABS"/>
-      <Bug pattern="MS_PKGPROTECT"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/>
-      <Field name="imageRef"/>
-      <Bug pattern="IS2_INCONSISTENT_SYNC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel$ViewportScroller"/>
-      <Field name="startPosX"/>
-      <Bug pattern="IS2_INCONSISTENT_SYNC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.awt.viewer.PreviewPanel$ViewportScroller"/>
-      <Field name="startPosY"/>
-      <Bug pattern="IS2_INCONSISTENT_SYNC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.afp.fonts.CharacterSetBuilder"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.datatypes.ValidationPercentBaseContext"/>
-      <Method name="getPseudoContext"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.FOPropertyMapping"/>
-      <Method name="getGenericMappings"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.NullCharIterator"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.apps.AbstractFontReader"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.layoutmgr.table.CollapsingBorderModel"/>
-      <Method name="getBorderModelFor"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.StreamCacheFactory"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.java2d.SystemFontMetricsMapper"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontManager"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfStyleSheetTable"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTemplate"/>
-      <Method name="getInstance"/>
-      <Bug pattern="LI_LAZY_INIT_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.PropertyList"/>
-      <Method name="isInherited"/>
-      <Bug pattern="LI_LAZY_INIT_UPDATE_STATIC"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFObject"/>
-      <Method name="formatDateTime"/>
-      <Bug pattern="STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFObject"/>
-      <Field name="DATE_FORMAT"/>
-      <Bug pattern="STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.MultiByteFont"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="WL_USING_GETCLASS_RATHER_THAN_CLASS_LITERAL"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/>
-      <Method name="decreaseRowSpannings"/>
-      <Bug pattern="DM_BOOLEAN_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/>
-      <Method name="setCurrentFirstSpanningCol"/>
-      <Bug pattern="DM_BOOLEAN_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/>
-      <Method name="setNextFirstSpanningCol"/>
-      <Bug pattern="DM_BOOLEAN_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.svg.PDFGraphics2D"/>
-      <Method name="applyPaint"/>
-      <Bug pattern="DM_BOOLEAN_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.tools.TestConverter"/>
-      <Method name="runTest"/>
-      <Bug pattern="DM_BOOLEAN_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.CharacterProperty"/>
-      <Method name="getString"/>
-      <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.Glyphs"/>
-      <Method name="charToGlyphName"/>
-      <Bug pattern="DM_BOXED_PRIMITIVE_TOSTRING"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.expr.NumericProperty"/>
-      <Method name="getNumber"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.AFMParser$AbstractValueHandler"/>
-      <Method name="getNumberValue"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.AFMParser$DoubleSetter"/>
-      <Method name="parse"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.fonts.type1.AFMParser$WritingDirDoubleSetter"/>
-      <Method name="parse"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFArray"/>
-      <Method name="&lt;init&gt;"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFArray"/>
-      <Method name="add"/>
-      <Bug pattern="DM_FP_NUMBER_CTOR"/>
-   </Match>
-   <Match>
-      <Class name="org.apache.fop.pdf.PDFArray"/>
-      <Method name="set"/>

[... 3577 lines stripped ...]


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org