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 sp...@apache.org on 2010/11/19 15:55:18 UTC

svn commit: r1036879 [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=1036879&r1=1036878&r2=1036879&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Fri Nov 19 14:55:18 2010
@@ -1,3 +1,5022 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <FindBugsFilter>
-</FindBugsFilter>
+   <!-- The names of public methods will not be modified -->
+   <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 -->
+   <!-- Automatically generated list of exclusions -->
+   <Match>
+      <Class name="org.apache.fop.area.BodyRegion"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.Page"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.PageViewport"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.RegionReference"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.BodyRegion"/>
+      <!--Neither method nor field-->
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.RegionViewport"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.hyphenation.CharVector"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.hyphenation.TernaryTree"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.hyphenation.HyphenationTree"/>
+      <!--Neither method nor field-->
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <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.render.rtf.rtflib.rtfdoc.RtfAttributes"/>
+      <Method name="clone"/>
+      <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.FOPRtfAttributes"/>
+      <!--Neither method nor field-->
+      <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="java.net.URLClassLoader"/>
+      <!--Neither method nor field-->
+      <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.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.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.TTFDirTabEntry"/>
+      <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.hyphenation.HyphenationTreeCache"/>
+      <Method name="constructUserKey"/>
+      <Bug pattern="RV_RETURN_VALUE_IGNORED"/>
+   </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.TTFDirTabEntry"/>
+      <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.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.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.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.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"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFColor"/>
+      <Method name="getVector"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFFactory"/>
+      <Method name="makeGradient"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFFunction"/>
+      <Method name="toPDF"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFGState"/>
+      <Method name="setAlpha"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFImageXObject"/>
+      <Method name="populateDictionaryFromImage"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFPattern"/>
+      <Method name="output"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.java2d.Java2DFontMetrics"/>
+      <Method name="getBaseFont"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
+      <Method name="startPage"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.FoUnitsConverter"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.RTFHandler"/>
+      <Method name="startColumn"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/>
+      <Method name="getColumnWidth"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.svg.AbstractFOPTextPainter"/>
+      <Method name="getFont"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.svg.PDFGraphics2D"/>
+      <Method name="applyAlpha"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.svg.PDFGraphics2D"/>
+      <Method name="applyPaint"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.svg.PDFGraphics2D"/>
+      <Method name="createPattern"/>
+      <Bug pattern="DM_FP_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
+      <Method name="getDefaultResourceLevel"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
+      <Method name="registerResourceTypeName"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.afp.AFPResourceLevelDefaults"/>
+      <Method name="setDefaultResourceLevel"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.afp.fonts.RasterFont"/>
+      <Method name="addCharacterSet"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.afp.fonts.RasterFont"/>
+      <Method name="getCharacterSet"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.LineArea"/>
+      <Method name="handleIPDVariation"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.Trait"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.CharIterator"/>
+      <Method name="next"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.FOPropertyMapping"/>
+      <Method name="addPropertyMaker"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.FOPropertyMapping"/>
+      <Method name="addSubpropMakerName"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.FOPropertyMapping"/>
+      <Method name="getPropertyName"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.properties.CharacterProperty"/>
+      <Method name="getObject"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.properties.CharacterProperty"/>
+      <Method name="getString"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fo.properties.NumberProperty"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.AbstractCodePointMapping"/>
+      <Method name="mapChar"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.AbstractCodePointMapping"/>
+      <Method name="putFallbackCharacter"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.CIDSubset"/>
+      <Method name="getGlyphIndexForSubsetIndex"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.CIDSubset"/>
+      <Method name="getUnicodeForSubsetIndex"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.CIDSubset"/>
+      <Method name="mapSubsetChar"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.CIDSubset"/>
+      <Method name="mapSubsetChar"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.CIDSubset"/>
+      <Method name="setupFirstThreeGlyphs"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.Font"/>
+      <Method name="getKernValue"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.FontCache"/>
+      <Method name="registerFailedFont"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.FontInfo"/>
+      <Method name="addFontProperties"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.FontInfo"/>
+      <Method name="getFontInstance"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.Glyphs"/>
+      <Method name="charToGlyphName"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SimpleSingleByteEncoding"/>
+      <Method name="addCharacter"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SimpleSingleByteEncoding"/>
+      <Method name="mapChar"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SingleByteFont"/>
+      <Method name="addUnencodedCharacter"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SingleByteFont"/>
+      <Method name="getAdditionalWidths"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SingleByteFont"/>
+      <Method name="getWidth"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.SingleByteFont"/>
+      <Method name="mapUnencodedChar"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.Typeface"/>
+      <Method name="warnMissingGlyph"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.apps.PFMReader"/>
+      <Method name="constructFontXML"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.Helvetica"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.Helvetica"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesBold"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesBold"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesItalic"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesItalic"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesRoman"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.base14.TimesRoman"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="glyphToUnicode"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="initAnsiWidths"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="readKerning"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="readUnicodeCmap"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="unicodeToGlyph"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile"/>
+      <Method name="unicodeToWinAnsi"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFFile$UnicodeMapping"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/>
+      <Method name="getIncludedGlyphs"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/>
+      <Method name="remapComposite"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/>
+      <Method name="scanGlyphs"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.type1.AFMFile"/>
+      <Method name="createXKerningMapEncoded"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.type1.AFMParser"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.type1.AFMParser$AbstractValueHandler"/>
+      <Method name="getNumberValue"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.type1.AFMParser$IntegerSetter"/>
+      <Method name="parse"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.fonts.type1.PFMFile"/>
+      <Method name="loadKernPairs"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/>
+      <Method name="handleFootnotes"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.TraitSetter"/>
+      <Method name="addFontTraits"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.TraitSetter"/>
+      <Method name="addMargins"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.TraitSetter"/>
+      <Method name="addPadding"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.TraitSetter"/>
+      <Method name="addSpaceTrait"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.TraitSetter"/>
+      <Method name="setBorderPaddingTraits"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager"/>
+      <Method name="addInlineArea"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.layoutmgr.table.RowPainter"/>
+      <Method name="recordRowOffset"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.AbstractPDFStream"/>
+      <Method name="encodeAndWriteStream"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.AbstractPDFStream"/>
+      <Method name="output"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFArray"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFCIDFont"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFCIDFont"/>
+      <Method name="setDW"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFCIDFontDescriptor"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFDictionary"/>
+      <Method name="put"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFDocument"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFDocument"/>
+      <Method name="setLocation"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFEmbeddedFile"/>
+      <Method name="populateStreamDict"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFEncoding$DifferencesBuilder"/>
+      <Method name="addDifference"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFEncryptionManager"/>
+      <Method name="newInstance"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFFontNonBase14"/>
+      <Method name="setWidthMetrics"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFFormXObject"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFImageXObject"/>
+      <Method name="populateDictionaryFromImage"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFLink"/>
+      <Method name="setStructParent"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFNumsArray"/>
+      <Method name="get"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFNumsArray"/>
+      <Method name="put"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFPage"/>
+      <Method name="setTransition"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFT1Stream"/>
+      <Method name="populateStreamDict"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.PrintRenderer"/>
+      <Method name="createRendererContext"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.awt.viewer.Command"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.intermediate.IFRenderer"/>
+      <Method name="renderPage"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.intermediate.IFRenderer"/>
+      <Method name="renderText"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.ImageRenderedAdapter"/>
+      <Method name="getIndexOfFirstTransparentColorInPalette"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.ImageRenderedAdapter"/>
+      <Method name="populateXObjectDictionary"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFDocumentHandler"/>
+      <Method name="getPageReference"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.pdf.PDFDocumentHandler"/>
+      <Method name="startPage"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.ImageEncoderCCITTFax"/>
+      <Method name="getImplicitFilter"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
+      <Method name="endDocument"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
+      <Method name="startPage"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
+      <Method name="startPage"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.ps.PSDocumentHandler"/>
+      <Method name="writeHeader"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.RTFHandler"/>
+      <Method name="startCell"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.RTFHandler"/>
+      <Method name="startColumn"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/>
+      <Method name="set"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
+      <Method name="addColor"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
+      <Method name="addNamedColor"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfColorTable"/>
+      <Method name="getColorNumber"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic"/>
+      <Method name="writeSizeInfo"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile"/>
+      <Method name="startListTable"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFontManager"/>
+      <Method name="addFont"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfList"/>
+      <Method name="&lt;init&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem"/>
+      <Method name="writeRtfPrefix"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleBullet"/>
+      <Method name="writeListPrefix"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleNumber"/>
+      <Method name="writeLevelGroup"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleNumber"/>
+      <Method name="writeListPrefix"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleText"/>
+      <Method name="writeListPrefix"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListTable"/>
+      <Method name="writeListTableEntry"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListTable"/>
+      <Method name="writeRtfContent"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfSpaceSplitter"/>
+      <Method name="split"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfStringConverter"/>
+      <Method name="&lt;clinit&gt;"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfStringConverter"/>
+      <Method name="escape"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfStyleSheetTable"/>
+      <Method name="addStyle"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.tools.PercentContext"/>
+      <Method name="findParent"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.tools.PercentContext"/>
+      <Method name="setDimension"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.tools.PercentContext"/>
+      <Method name="setTableUnit"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/>
+      <Method name="decreaseRowSpannings"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.render.txt.border.BorderManager"/>
+      <Method name="getCharacter"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.svg.PDFGraphics2D"/>
+      <Method name="drawString"/>
+      <Bug pattern="DM_NUMBER_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.area.inline.SpaceArea"/>
+      <Method name="getSpace"/>
+      <Bug pattern="DM_STRING_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.hyphenation.TernaryTree$Iterator"/>
+      <Method name="nextElement"/>
+      <Bug pattern="DM_STRING_CTOR"/>
+   </Match>
+   <Match>
+      <Class name="org.apache.fop.pdf.PDFJavaScriptLaunchAction"/>
+      <Method name="contentEquals"/>

[... 2401 lines stripped ...]


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