diff options
author | Glenn Adams <gadams@apache.org> | 2014-08-05 02:22:51 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2014-08-05 02:22:51 +0000 |
commit | d408d2b45d6487f194eeb153830cd8b3ef479c92 (patch) | |
tree | b508cb56dcfd85098b0b06b62e58779b3a0da4c1 | |
parent | 7320ab1c5284251ba57cd5e835c3944a6e1cebbd (diff) | |
download | xmlgraphics-fop-d408d2b45d6487f194eeb153830cd8b3ef479c92.tar.gz xmlgraphics-fop-d408d2b45d6487f194eeb153830cd8b3ef479c92.zip |
Re-filter findbugs exclusions, course grained.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1615842 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | findbugs-exclude.xml | 6258 |
1 files changed, 284 insertions, 5974 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 5cc531a6b..8c3af2022 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -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> + <!-- 8 warnings --> + <Bug pattern="CI_CONFUSED_INHERITANCE"/> </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="<init>"/> - </Or> - </And> - <And> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <Or> - <Method name="main"/> - <Method name="<init>"/> - </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="<init>"/> - </Or> - </And> - <And> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile"/> - <Or> - <Method name="main"/> - <Method name="<init>"/> - </Or> - </And> - <And> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Or> - <Method name="execute"/> - <Method name="<init>"/> - </Or> - </And> - </Or> + <!-- 1 warning --> + <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> </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> + <!-- 15 warnings --> + <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> </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="DE_MIGHT_IGNORE"/> </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="<init>"/> - </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="<init>"/> - </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> + <!-- 27 warnings --> + <Bug pattern="DLS_DEAD_LOCAL_STORE"/> </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> + <!-- 3 warnings --> + <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/> </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> + <!-- 4 warnings --> + <Bug pattern="DM_BOOLEAN_CTOR"/> </Match> <Match> - <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/> - <And> - <Class name="org.apache.fop.fo.properties.GenericShorthandParser"/> - <Method name="convertValueForProperty"/> - </And> + <!-- 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="<init>"/> - </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> + <!-- 1 warning --> + <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE"/> + </Match> + <Match> + <!-- 6 warnings --> + <Bug pattern="SE_INNER_CLASS"/> </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont$1"/> + <!-- 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> - <Class name="org.apache.fop.fo.properties.CondLengthProperty"/> + <!-- 6 warnings --> + <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> + </Match> + <Match> + <!-- 12 warnings --> + <Bug pattern="URF_UNREAD_FIELD"/> + </Match> + <Match> + <!-- 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="<init>"/> - <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="<init>"/> - <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="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.goca.GraphicsChainedSegment"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.goca.GraphicsImage"/> - <Method name="<init>"/> - <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="<init>"/> - <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="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.triplets.PresentationSpaceMixingRulesTriplet"/> - <Method name="<init>"/> - <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="<init>"/> - <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="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.CharVector"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.HyphContext"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.BitmapImage"/> - <Method name="<init>"/> - <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="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.IFGraphicContext$Group"/> - <Method name="<init>"/> - <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="<init>"/> - <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="<init>"/> - <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="<init>"/> - <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="<init>"/> - <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="<init>"/> - <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="<clinit>"/> - <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="<clinit>"/> - <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="<init>"/> - <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="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="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.HelveticaBold"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.TimesBold"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.TimesItalic"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.TimesRoman"/> - <Method name="<clinit>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="glyphToUnicode"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="initAnsiWidths"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="readKerning"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="readUnicodeCmap"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="unicodeToGlyph"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="unicodeToWinAnsi"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont$UnicodeMapping"/> - <Method name="<init>"/> - <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="<clinit>"/> - <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="<init>"/> - <Bug pattern="DM_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFCIDFont"/> - <Method name="<init>"/> - <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="<init>"/> - <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="<clinit>"/> - <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="<init>"/> - <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="<init>"/> - <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="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.RTFHandler"/> - <Method name="startPageSequence"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </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="<init>"/> - <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="<clinit>"/> - <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"/> - <Bug pattern="DM_STRING_TOSTRING"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.PreviewDialog$ShowStatus"/> - <Method name="run"/> - <Bug pattern="DM_STRING_TOSTRING"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.util.StringUtils"/> - <Method name="lpad"/> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.util.StringUtils"/> - <Method name="rpad"/> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.area.inline.SpaceArea"/> - <Method name="<init>"/> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.substitute.FontQualifier"/> - <Method name="toString"/> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.tools.ImageUtil"/> - <Method name="getInt"/> - <Bug pattern="DM_STRING_VOID_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.area.BookmarkData"/> - <Method name="getIDRefs"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.area.PageViewport"/> - <Method name="getIDRefs"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.FontReader"/> - <Method name="endElement"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.apps.AbstractFontReader"/> - <Method name="parseArguments"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="unicodeToWinAnsi"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Method name="setFilenames"/> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.goca.AbstractGraphicsCoord"/> - <Method name="toString"/> - <Bug pattern="SBSC_USE_STRINGBUFFER_CONCATENATION"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.fonts.CharacterSetBuilder$FontControl"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.Registry$ObjectType"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.area.LineArea$LineAdjustingInfo"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FObj$FObjIterator"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.XMLWhiteSpaceHandler$PendingInline"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.xmp.XMPContentHandlerFactory$FOPXMPHandler"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Character$FOCharIterator"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Marker$MarkerPropertyList"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager$BlockContainerPosition"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LeafNodeLayoutManager$AreaInfo"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$Update"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LineLayoutPossibilities$Possibility"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager$AreaInfo"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager$PendingChange"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.list.ListItemLayoutManager$ListItemPosition"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFEncoding$DifferencesBuilder"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFEncryptionJCE$EncryptionFilter"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFEncryptionJCE$InitializationEngine"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.PreviewPanel$ViewportScroller"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSBatikFlowTextElementBridge$PSFlowExtTextPainter"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSSVGFlowRootElementBridge$PSFlowTextPainter"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListItem$RtfListItemLabel"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun$RtfCloseGroupMark"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun$RtfOpenGroupMark"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun$RtfParagraphBreak"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.util.AbstractPaintingState$StateStack"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPResourceManager$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FOTreeBuilder$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.svg.SVGElement$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$2"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$3"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$4"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$5"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.table.VariableColRowGroupBuilder$6"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.BackgroundPositionShorthand$Maker$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.SerializeHyphPattern$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.ImageConverterSVG2G2D$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.ResourceHandler$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFTextPainter$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.fontlist.FontListMain$1"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont$UnicodeMapping"/> - <!--Neither method nor field--> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.IFRenderer$TextUtil"/> - <Field name="combined"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Field name="usePCLShades"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGraphics2D"/> - <Field name="failOnUnsupportedFeature"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfHeader"/> - <Field name="charset"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="lineEnding"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="pageEnding"/> - <Bug pattern="SS_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.ResourceEnvironmentGroup"/> - <Method name="getPreprocessPresentationObjects"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.datatypes.URISpecification"/> - <Method name="isValidURIChar"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.expr.PropertyTokenizer"/> - <Method name="isSpace"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="printMaxMin"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="writeULong"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="init"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="log2"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="readShort"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.AlignmentContext"/> - <Method name="isHorizontalWritingMode"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="clearBackground"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="getAdjustedDimension"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="getMask"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.ResourceHandler"/> - <Method name="createMissingForm"/> - <Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPGraphicsObjectInfo"/> - <Field name="area"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/> - <Field name="format"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/> - <Field name="groupingSeparator"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/> - <Field name="groupingSize"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageNumberGenerator"/> - <Field name="letterValue"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.Root"/> - <Field name="mediaUsage"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.FontReader"/> - <Field name="cidWidthIndex"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.FontReader"/> - <Field name="locator"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.Courier"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.CourierBold"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.CourierBoldOblique"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.CourierOblique"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.Symbol"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.base14.ZapfDingbats"/> - <Field name="enableKerning"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.ICLayoutManager"/> - <Field name="childrenLM"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.BitmapImage"/> - <Field name="pdfDoc"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DRenderingContext"/> - <Field name="fontInfo"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer"/> - <Field name="lastChild"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.tools.BuilderContext"/> - <Field name="options"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.tools.BuilderContext"/> - <Field name="builders"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.tools.TableContext"/> - <Field name="context"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageArea"/> - <Field name="childAttributes"/> - <Bug pattern="UUF_UNUSED_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfPageArea"/> - <Field name="nullChild"/> - <Bug pattern="UUF_UNUSED_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Field name="filenames"/> - <Bug pattern="UUF_UNUSED_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.area.PageViewport"/> - <Method name="addMarkers"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.apps.TTFReader"/> - <Method name="generateDOM4Kerning"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="readKerning"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="createGlyf"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="createHmtx"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.TTFSubSetFile"/> - <Method name="scanGlyphs"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFGState"/> - <Method name="contentEquals"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFResources"/> - <Method name="addFonts"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSFontUtils"/> - <Method name="reencodeFonts"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.RunTest"/> - <Method name="testNewBuild"/> - <Bug pattern="WMI_WRONG_MAP_ITERATOR"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/> - <Method name="removeWordSpace"/> - <Bug pattern="BC_BAD_CAST_TO_CONCRETE_COLLECTION"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPBorderPainter"/> - <Method name="paint"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPDitheredRectanglePainter"/> - <Method name="paint"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPRectanglePainter"/> - <Method name="paint"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.ImageObject"/> - <Method name="setViewport"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.XMLWhiteSpaceHandler"/> - <Method name="handleWhiteSpace"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Footnote"/> - <Method name="addChildNode"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.ListItem"/> - <Method name="addChildNode"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.Declarations"/> - <Method name="<init>"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageSequence"/> - <Method name="addChildNode"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.CondLengthProperty"/> - <Method name="setComponent"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.EnumNumber"/> - <Method name="getInstance"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.EnumNumber"/> - <Method name="<init>"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.ImageConverterG2D2SVG"/> - <Method name="convert"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.ImageConverterSVG2G2D"/> - <Method name="convert"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.ImageConverterWMF2G2D"/> - <Method name="convert"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/> - <Method name="addChildToArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/> - <Method name="getNextChildElements"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/> - <Method name="negotiateBPDAdjustment"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$BasicLinkLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$BlockContainerLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$BlockLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$CharacterLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$ExternalGraphicLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$FOTextLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$FootnodeLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$InlineContainerLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$InlineLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$InstreamForeignObjectLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$LeaderLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$ListBlockLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$ListItemLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$PageNumberCitationLastLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$PageNumberCitationLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$PageNumberLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$TableLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$RetrieveTableMarkerLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.LayoutManagerMapping$WrapperLayoutManagerMaker"/> - <Method name="make"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/> - <Method name="updateData2"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/> - <Method name="computeAdjustmentRatio"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/> - <Method name="computeDifference"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.StaticContentLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.AbstractGraphicsLayoutManager"/> - <Method name="getBaseLength"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.ContentLayoutManager"/> - <Method name="addChildLM"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm"/> - <Method name="updateData2"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/> - <Method name="getWordChars"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/> - <Method name="hyphenate"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.list.ListBlockLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.list.ListItemContentLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.list.ListItemLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableAndCaptionLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableCaptionLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableCellLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableLayoutManager"/> - <Method name="addChildArea"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFFactory"/> - <Method name="makeFont"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPDocumentHandler"/> - <Method name="handleExtensionObject"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPGraphics2DAdapter"/> - <Method name="paintImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPImageHandlerGraphics2D"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax"/> - <Method name="setAdditionalParameters"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPImageHandlerRenderedImage"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPImageHandlerRawJPEG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPImageHandlerSVG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPSVGHandler"/> - <Method name="renderSVGDocument"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AbstractAFPImageHandlerRawStream"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.bitmap.BitmapRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.bitmap.TIFFRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DImageHandlerGraphics2D"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DImageHandlerRenderedImage"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DRenderer"/> - <Method name="print"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLImageHandlerGraphics2D"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLImageHandlerRenderedImage"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.FOToPDFRoleMap$TableCellMapper"/> - <Method name="getStructureType"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFDocumentNavigationHandler"/> - <Method name="addResolvedAction"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerGraphics2D"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawCCITTFax"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawJPEG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerRenderedImage"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerSVG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.NativeTextHandler"/> - <Method name="drawString"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerEPS"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/> - <Method name="generateForm"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerGraphics2D"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/> - <Method name="generateForm"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawCCITTFax"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/> - <Method name="generateForm"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawJPEG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/> - <Method name="generateForm"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRenderedImage"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerSVG"/> - <Method name="handleImage"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRendererConfigurator"/> - <Method name="configure"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.AbstractFOPImageElementBridge"/> - <Method name="createImageGraphicsNode"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFAElementBridge"/> - <Method name="createGraphicsNode"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.goca.GraphicsChainedSegment"/> - <Field name="MAX_DATA_LEN"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Marker$MarkerAttribute"/> - <Field name="name"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Marker$MarkerAttribute"/> - <Field name="namespace"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Marker$MarkerAttribute"/> - <Field name="qname"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Marker$MarkerAttribute"/> - <Field name="value"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.ColorProperty"/> - <Field name="color"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.Hyphenator"/> - <Field name="log"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorUtil"/> - <Field name="log"/> - <Bug pattern="CI_CONFUSED_INHERITANCE"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.ioca.ImageOutputControl"/> - <Method name="writeToStream"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.ioca.ImageRasterPattern"/> - <Method name="getRasterData"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FOText"/> - <Method name="isWordChar"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.Leader"/> - <Method name="bind"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.CommonFont"/> - <Method name="getFontState"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.PositionShorthandParser"/> - <Method name="getValueForProperty"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.PageBreakingAlgorithm"/> - <Method name="considerLegalBreak"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.AlignmentContext"/> - <Method name="<init>"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.HardcodedFonts"/> - <Method name="selectFont"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGraphics2D"/> - <Method name="processPathIteratorFill"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.Fop"/> - <Method name="execute"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.util.BreakUtil"/> - <Method name="getBreakClassPriority"/> - <Bug pattern="DB_DUPLICATE_SWITCH_CLAUSES"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.triplets.AttributeValueTriplet"/> - <Method name="writeToStream"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.XMLWhiteSpaceHandler"/> - <Method name="handleWhiteSpace"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.expr.PropertyTokenizer"/> - <Method name="next"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.TextDecorationProperty$Maker"/> - <Method name="convertProperty"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Method name="readFont"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.AFMParser$FontBBox"/> - <Method name="parseBBox"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.AFMParser$KPXHandler"/> - <Method name="parse"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.PFMFile"/> - <Method name="load"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <Method name="main"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.TernaryTree$Iterator"/> - <Method name="up"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.AbstractBreaker"/> - <Method name="addAreas"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.AbstractBreaker"/> - <Method name="justifyBoxes"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.FootnoteBodyLayoutManager"/> - <Method name="addAreas"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.ContentLayoutManager"/> - <Method name="fillArea"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager"/> - <Method name="findOptimalBreakingPoints"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableCellLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.AbstractRenderer"/> - <Method name="renderText"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.PreviewDialog"/> - <Method name="<init>"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.PreviewDialog"/> - <Method name="showGoToPageDialog"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.AbstractImageAdapter"/> - <Method name="setupColorProfile"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.ImageRawJPEGAdapter"/> - <Method name="outputContents"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSPainter"/> - <Method name="writeText"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer"/> - <Method name="addChild"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExtraRowSet"/> - <Method name="writeRow"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow"/> - <Method name="writePaddingAttributes"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/> - <Method name="addCloseGroupMark"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/> - <Method name="addOpenGroupMark"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/> - <Method name="addPageNumber"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun"/> - <Method name="addPageNumberCitation"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFANode"/> - <Method name="paint"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFGraphics2D"/> - <Method name="createPattern"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFFunction"/> - <Method name="toPDF"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerSVG"/> - <Method name="handleImage"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerSVG"/> - <Method name="handleImage"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSSVGHandler"/> - <Method name="renderSVGDocument"/> - <Bug pattern="DLS_DEAD_LOCAL_STORE_OF_NULL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageFormResource"/> - <!-- Listing the method 'equals' does not work --> - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExtraRowSet$PositionedCell"/> - <Method name="equals"/> - <Bug pattern="EQ_UNUSUAL"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.NumberProperty"/> - <Method name="<init>"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.ImageConverterWMF2G2D$Graphics2DImagePainterWMF"/> - <Method name="paint"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFColor"/> - <Method name="contentEquals"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFColor"/> - <Method name="getColorSpaceOut"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFPaintingState"/> - <Method name="setCharacterSpacing"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFTextUtil"/> - <Method name="updateTf"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.CustomFontMetricsMapper"/> - <Method name="getFont"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DFontMetrics"/> - <Method name="setFont"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DGraphicsState"/> - <Method name="updateStroke"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="getAdjustedDimension"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="paintBitmap"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFGraphics2D"/> - <Method name="updateCurrentFont"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.util.AbstractPaintingState"/> - <Method name="setLineWidth"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfLeader"/> - <Method name="writeRtfContent"/> - <Bug pattern="ICAST_IDIV_CAST_TO_DOUBLE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.AbstractCodePointMapping"/> - <Method name="mapChar"/> - <Bug pattern="IM_AVERAGE_COMPUTATION_COULD_OVERFLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.AbstractPageSequence"/> - <Method name="initPageNumber"/> - <Bug pattern="IM_BAD_CHECK_FOR_ODD"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageSequence"/> - <Method name="getNextSimplePageMaster"/> - <Bug pattern="IM_BAD_CHECK_FOR_ODD"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <Method name="main"/> - <Bug pattern="NP_IMMEDIATE_DEREFERENCE_OF_READLINE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/> - <Method name="buildFontListFromConfiguration"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="paintBitmap"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.RTFHandler"/> - <Method name="image"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFDocumentGraphics2DConfigurator"/> - <Method name="createFontInfo"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/> - <Method name="render"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.ImageProxyPanel"/> - <Method name="paintComponent"/> - <Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableStepper"/> - <Method name="considerRowLastStep"/> - <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Method name="setReferenceDirectory"/> - <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Method name="setTestDirectory"/> - <Bug pattern="NS_DANGEROUS_NON_SHORT_CIRCUIT"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.util.AFPResourceUtil"/> - <Method name="getNext"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FOText"/> - <Method name="getCharArray"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.FontCache"/> - <Method name="getFontInfos"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.MultiByteFont"/> - <Method name="getCharsUsed"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/> - <Method name="find"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableRowIterator"/> - <Method name="getNextRowGroup"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFPattern"/> - <Method name="toPDF"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.AffineTransformArrayParser"/> - <Method name="getAffineTransforms"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.AbstractFOPTextPainter"/> - <Method name="getSelected"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.NativeTextPainter"/> - <Method name="findFonts"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ConversionUtils"/> - <Method name="toDoubleArray"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ConversionUtils"/> - <Method name="toIntArray"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.util.XMLUtil"/> - <Method name="getAttributeAsIntArray"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.MapCodedFont"/> - <Method name="addFont"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.FontInfo"/> - <Method name="fuzzyFontLookup"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/> - <Method name="find"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.substitute.FontQualifier"/> - <Method name="setFontFamily"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.substitute.FontSubstitutionsConfigurator"/> - <Method name="configure"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFColor"/> - <Method name="getColorSpaceOut"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFFactory"/> - <Method name="makeFontFile"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLPainter"/> - <Method name="fillRect"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.PDFPainter"/> - <Method name="fillRect"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSPainter"/> - <Method name="fillRect"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSTextPainter"/> - <Method name="paintTextRun"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement"/> - <Method name="toString"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFTextPainter"/> - <Method name="paintTextRun"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - <Method name="getNextKnuthElements"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLGenerator"/> - <Method name="paintBitmap"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.RTFHandler"/> - <Method name="image"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.accessibility.AccessibilityPreprocessor"/> - <Method name="endDocument"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.accessibility.StructureTree"/> - <Method name="toString"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.area.CachedRenderPagesModel"/> - <Method name="checkPreparedPages"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.cli.CommandLineOptions"/> - <Method name="parse"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.cli.InputHandler"/> - <Method name="transformTo"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.cli.Main"/> - <Method name="startFOP"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.cli.Main"/> - <Method name="startFOPWithDynamicClasspath"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.svg.BatikExtensionElementMapping"/> - <Method name="getAParserClassName"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory$Handler"/> - <Method name="getDOMImplementation"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.svg.SVGElementMapping"/> - <Method name="getAParserClassName"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.apps.PFMReader"/> - <Method name="main"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.apps.TTFReader"/> - <Method name="main"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/> - <Method name="find"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <Method name="main"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.Hyphenator"/> - <Method name="getResourceStream"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.image.loader.batik.PreloaderSVG"/> - <Method name="getParserName"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/> - <Method name="fontFromType"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.ConfiguredFontCollection"/> - <Method name="setup"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.PageAttributesConverter"/> - <Method name="convertPageAttributes"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.RTFHandler"/> - <Method name="leader"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.RTFHandler"/> - <Method name="startPageNumberCitation"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic"/> - <Method name="writeRtfContentWithException"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.servlet.FopServlet"/> - <Method name="doGet"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.AbstractFOPImageElementBridge"/> - <Method name="createImageGraphicsNode"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.NativeTextPainter"/> - <Method name="findFonts"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.SimpleSVGUserAgent"/> - <Method name="getXMLParserClassName"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.TestConverter"/> - <Method name="runTest"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.TestConverter"/> - <Method name="runTests"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FOPTaskStarter"/> - <Method name="run"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.RunTest"/> - <Method name="runConverter"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorSpaceCache"/> - <Method name="get"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorUtil"/> - <Method name="parseAsCMYK"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorUtil"/> - <Method name="parseAsFopRgbIcc"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorUtil"/> - <Method name="parseWithHash"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPPaintingState"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.modca.AbstractResourceGroupContainer"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.Streamable"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="java.io.Serializable"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.FlowLayoutManager"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockLevelLayoutManager"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.TableCellLayoutManager"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPRendererConfigurator"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.IFDocumentHandlerConfigurator"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.bitmap.BitmapRendererConfigurator"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pcl.PCLRendererConfigurator"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSRendererConfigurator"/> - <!--Neither method nor field--> - <Bug pattern="RI_REDUNDANT_INTERFACES"/> - </Match> - <Match> - <Class name="org.apache.fop.render.awt.viewer.PreviewPanel$Reloader"/> - <Method name="run"/> - <Bug pattern="SF_SWITCH_FALLTHROUGH"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DGraphicsPainter"/> - <Method name="drawLine"/> - <Bug pattern="SF_SWITCH_FALLTHROUGH"/> - </Match> - <Match> - <Class name="org.apache.fop.render.java2d.Java2DRenderer"/> - <Method name="renderLeader"/> - <Bug pattern="SF_SWITCH_FALLTHROUGH"/> - </Match> - <Match> - <Class name="org.apache.fop.util.text.AdvancedMessageFormat"/> - <Method name="parseInnerPattern"/> - <Bug pattern="SF_SWITCH_NO_DEFAULT"/> - </Match> - <Match> - <Class name="org.apache.fop.afp.AFPGraphics2D"/> - <Method name="applyPaint"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.PropertyMaker"/> - <Method name="convertShorthandProperty"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.AbstractBreaker"/> - <Method name="justifyBoxes"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.AbstractPageSequenceLayoutManager"/> - <Method name="doForcePageCount"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockStackingLayoutManager"/> - <Method name="addChildToArea"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.table.CollapsingBorderModel"/> - <Method name="getBorderModelFor"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.IFRenderer"/> - <Method name="getGoToActionForID"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSDocumentHandler"/> - <Method name="startPage"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.TextAttributesConverter"/> - <Method name="convertLeaderAttributes"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.TestConverter"/> - <Method name="runTestCase"/> - <Bug pattern="UCF_USELESS_CONTROL_FLOW"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.extensions.xmp.AbstractMetadataElement"/> - <Field name="attachment"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.flow.AbstractGraphics"/> - <Field name="alignmentAdjust"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.AbstractPageSequence"/> - <Field name="pageNumberGenerator"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.AbstractPageSequence"/> - <Field name="referenceOrientation"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.LayoutMasterSet"/> - <Field name="pageSequenceMasters"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.LayoutMasterSet"/> - <Field name="simplePageMasters"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageSequence"/> - <Field name="flowMap"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageSequenceMaster"/> - <Field name="layoutMasterSet"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.PageSequenceMaster"/> - <Field name="subSequenceSpecifiers"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.Region"/> - <Field name="referenceOrientation"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.RegionBody"/> - <Field name="columnCount"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.RegionBody"/> - <Field name="columnGap"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.RegionBody"/> - <Field name="commonMarginBlock"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.RepeatablePageMasterReference"/> - <Field name="maximumRepeats"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.SimplePageMaster"/> - <Field name="referenceOrientation"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.pagination.SimplePageMaster"/> - <Field name="regions"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.SpaceProperty"/> - <Field name="conditionality"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.SpaceProperty"/> - <Field name="precedence"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.AFMFile"/> - <Field name="kerningMap"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.PFBData"/> - <Field name="encryptedSegment"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.PFBData"/> - <Field name="headerSegment"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.type1.PFBData"/> - <Field name="trailerSegment"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <Field name="ivalues"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager$BlockContainerBreaker"/> - <Field name="deferredAlg"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.LineLayoutManager$Paragraph"/> - <Field name="lineFiller"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFLink"/> - <Field name="action"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFT1Stream"/> - <Field name="pfb"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFTextUtil"/> - <Field name="bufTJ"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.AbstractRenderingContext"/> - <Field name="hints"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.afp.AFPDocumentHandler"/> - <Field name="dataStream"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.bitmap.PNGRenderer"/> - <Field name="multiFileUtil"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.bitmap.TIFFRenderer"/> - <Field name="outputStream"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.intermediate.AffineTransformArrayParser"/> - <Field name="transforms"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSTextPainter$TextUtil"/> - <Field name="fonts"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic"/> - <Field name="imageformat"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile"/> - <Field name="listTableContainer"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle"/> - <Field name="rtfListItem"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfParagraph"/> - <Field name="text"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="bm"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="charData"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="currentStream"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="decoData"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.render.txt.TXTRenderer"/> - <Field name="outputStream"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFANode"/> - <Field name="destination"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFANode"/> - <Field name="transform"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFTextUtil"/> - <Field name="font"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.svg.PDFTextUtil"/> - <Field name="fonts"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.tools.anttasks.FileCompare"/> - <Field name="filenameList"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorExt"/> - <Field name="colorValues"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - </Match> - <!-- /Automatically generated list of exclusions --> - <!-- Automatically generated list of exclusions on 18 February 2011 --> - <Match> - <Class name="org.apache.fop.afp.goca.GraphicsSetProcessColor"/> - <Method name="writeToStream"/> - <Bug pattern="OS_OPEN_STREAM"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFFactory"/> - <Method name="makeSeparationColorSpace"/> - <Bug pattern="DM_FP_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFFactory"/> - <Method name="toColorVector"/> - <Bug pattern="DM_FP_NUMBER_CTOR"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.expr.PropertyTokenizer"/> - <Field name="recognizeOperator"/> - <Bug pattern="URF_UNREAD_FIELD"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockLayoutManager"/> - <Method name="getNextChildElements"/> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorWithFallback"/> - <!-- Listing the method 'equals' does not work --> - <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorWithFallback"/> - <Method name="getAlternativeColors"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.expr.NamedColorFunction"/> - <Method name="eval"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.util.ColorUtil"/> - <Method name="parseAsFopRgbNamedColor"/> - <Bug pattern="REC_CATCH_EXCEPTION"/> - </Match> - <!-- /Automatically generated list of exclusions on 18 February 2011 --> - <!-- complex script exclusions --> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphDefinitionTable"/> - <Method name="getLookupTypeFromName"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable"/> - <Method name="getLookupTypeFromName"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable"/> - <Method name="getLookupTypeFromName"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable"/> - <Method name="getTableTypeFromName"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter"/> - <Method name="<init>"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter"/> - <Method name="convertWordCase"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.autodetect.FontInfoFinder"/> - <Method name="find"/> - <Bug pattern="DM_CONVERT_CASE"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.bidi.InlineRun"/> - <Method name="<init>" params="org.apache.fop.area.inline.InlineArea, int[]" returns="void"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningState"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningState"/> - <Method name="reset"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$DeviceTable"/> - <Method name="getDeltas"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$DeviceTable"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.scripts.ArabicScriptProcessor"/> - <Or> - <Method name="getPositioningFeatures"/> - <Method name="getSubstitutionFeatures"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.scripts.DefaultScriptProcessor"/> - <Or> - <Method name="getPositioningFeatures"/> - <Method name="getSubstitutionFeatures"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.GlyphSequence"/> - <Method name="getAssociations"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.CharAssociation"/> - <Method name="getSubIntervals"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionState"/> - <Method name="setAlternates"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature"/> - <Or> - <Method name="getComponents"/> - <Method name="getLigatures"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature"/> - <Method name="<init>" params="int, int[]" returns="void"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$LigatureSet"/> - <Method name="getLigatures"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$LigatureSet"/> - <Method name="<init>" params="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$Ligature[]" returns="void"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedClassSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedClassSequenceRule"/> - <Or> - <Method name="getBacktrackClasses"/> - <Method name="getLookaheadClasses"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedCoverageSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedCoverageSequenceRule"/> - <Or> - <Method name="getBacktrackCoverages"/> - <Method name="getLookaheadCoverages"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedGlyphSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ChainedGlyphSequenceRule"/> - <Or> - <Method name="getBacktrackGlyphs"/> - <Method name="getLookaheadGlyphs"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ClassSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$ClassSequenceRule"/> - <Method name="getClasses"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$CoverageSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$CoverageSequenceRule"/> - <Method name="getCoverages"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$GlyphSequenceRule"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$GlyphSequenceRule"/> - <Method name="getGlyphs"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$Rule"/> - <Method name="getLookups"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$RuleSet"/> - <Method name="<init>"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$RuleSet"/> - <Method name="getRules"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.scripts.IndicScriptProcessor"/> - <Or> - <Method name="getPositioningFeatures"/> - <Method name="getSubstitutionFeatures"/> - <Method name="getOptionalSubstitutionFeatures"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.area.inline.WordArea"/> - <Or> - <Method name="getBidiLevels"/> - <Method name="getGlyphPositionAdjustments"/> - </Or> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FOText"/> - <Method name="getBidiLevels"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OFDirTabEntry"/> - <Method name="getTag"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.area.inline.TextArea"/> - <Method name="makeLevels"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.area.inline.WordArea"/> - <Or> - <Method name="getBidiLevels"/> - <Method name="glyphPositionAdjustmentsAt"/> - </Or> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.bidi.UnicodeBidiAlgorithm"/> - <Method name="resolveLevels"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat1"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat2"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ChainedContextualSubtableFormat3"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat1"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat2"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$ContextualSubtableFormat3"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphPositioningTable$CursiveSubtableFormat1"/> - <Method name="getExitEntryAnchors"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$AlternateSubtableFormat1"/> - <Method name="getAlternatesForCoverageIndex"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat1"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat2"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ChainedContextualSubtableFormat3"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat1"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat2"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$ContextualSubtableFormat3"/> - <Method name="getLookups"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable$MultipleSubtableFormat1"/> - <Method name="getGlyphsForCoverageIndex"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.fonts.GlyphTable$LookupTable"/> - <Method name="getSubtables"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter"/> - <Or> - <Method name="formatNumberAsSequence"/> - <Method name="formatNumberAsSpecial"/> - </Or> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$ArabicNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$EnglishNumberAsWordFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$FrenchNumberAsWordFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$GematriaNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$IsopsephryNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$KanaNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$RomanNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$SpanishNumberAsWordFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.complexscripts.util.NumberConverter$ThaiNumeralsFormatter"/> - <Method name="format"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.FOText"/> - <Or> - <Method name="getBidiLevels"/> - <Method name="getMappingBidiLevels"/> - </Or> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.inline.TextLayoutManager$TextAreaBuilder"/> - <Method name="getNonEmptyLevels"/> - <Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.AbstractImageAdapter"/> - <Method name="populateXObjectDictionaryForIndexColorModel"/> - <Bug pattern="OS_OPEN_STREAM"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.ImageRawPNGAdapter"/> - <Or> - <Method name="outputContents"/> - <Method name="setup"/> - </Or> - <Or> - <Bug pattern="OS_OPEN_STREAM"/> - <Bug pattern="OS_OPEN_STREAM_EXCEPTION_PATH"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.ImageEncoderPNG"/> - <Method name="writeTo"/> - <Bug pattern="OS_OPEN_STREAM"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.render.pdf.PDFImageHandlerRawPNG"/> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawPNG"/> - </Or> - <Method name="getSupportedImageFlavors"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageHandlerRawPNG"/> - <Or> - <Method name="handleImage"/> - <Method name="generateForm"/> - </Or> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.fo.properties.CommonAural"/> - <Class name="org.apache.fop.fo.properties.CommonMarginInline"/> - <Class name="org.apache.fop.render.pdf.PDFSVGHandler$PDFInfo"/> - <Class name="org.apache.fop.fo.properties.CommonRelativePosition"/> - </Or> - <Or> - <Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/> - <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/> - </Or> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$CheckBoxLayoutManagerMaker"/> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$ComboBoxLayoutManagerMaker"/> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$InputLayoutManagerMaker"/> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$MultilineInputLayoutManagerMaker"/> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$RadioButtonLayoutManagerMaker"/> - <Class name="org.apache.fop.forms.FormLayoutManagerMakerProvider$TriggerLayoutManagerMaker"/> - <Class name="org.apache.fop.render.intermediate.IFRenderer$1"/> - <Class name="org.apache.fop.render.intermediate.IFRenderer$3"/> - <Class name="org.apache.fop.render.intermediate.IFRenderer$4"/> - <Class name="org.apache.fop.render.intermediate.IFRenderer$5"/> - <Class name="org.apache.fop.render.intermediate.IFRenderer$6"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$InputPainter"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$MultilineInputPainter"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$RadioButtonPainter"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$TriggerPainter"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$ComboBoxPainter"/> - <Class name="org.apache.fop.render.pdf.PDFPainter$CheckboxPainter"/> - </Or> - <Or> - <Bug pattern="BC_UNCONFIRMED_CAST"/> - <Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE"/> - </Or> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.fo.flow.Float"/> - <Class name="org.apache.fop.fo.flow.MultiCase"/> - <Class name="org.apache.fop.fo.flow.MultiProperties"/> - <Class name="org.apache.fop.fo.flow.MultiPropertySet"/> - <Class name="org.apache.fop.fo.flow.MultiSwitch"/> - <Class name="org.apache.fop.fo.flow.MultiToggle"/> - <Class name="org.apache.fop.fo.flow.table.TableAndCaption"/> - <Class name="org.apache.fop.fo.flow.table.TableCaption"/> - <Class name="org.apache.fop.fonts.apps.AbstractFontReader"/> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement"/> - </Or> - <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.pdf.PDFFunction"/> - <Class name="org.apache.fop.pdf.PDFGoTo"/> - <Class name="org.apache.fop.pdf.PDFLink"/> - <Class name="org.apache.fop.pdf.PDFPattern"/> - <Class name="org.apache.fop.svg.ACIUtils"/> - <Class name="org.apache.fop.svg.PDFTextPainter"/> - </Or> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.area.BodyRegion"/> - <Class name="org.apache.fop.area.Page"/> - <Class name="org.apache.fop.area.PageViewport"/> - <Class name="org.apache.fop.area.RegionReference"/> - <Class name="org.apache.fop.area.RegionViewport"/> - <Class name="org.apache.fop.hyphenation.CharVector"/> - <Class name="org.apache.fop.hyphenation.TernaryTree"/> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/> - </Or> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.forms.CheckBoxArea"/> - <Class name="org.apache.fop.forms.ComboBox"/> - <Class name="org.apache.fop.forms.RadioButtonArea"/> - </Or> - <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.layoutmgr.PageBreaker"/> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - </Or> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.layoutmgr.BlockContainerLayoutManager"/> - <Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OpenFont"/> - <Bug pattern="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS"/> - </Match> - <Match> - <Class name="org.apache.fop.apps.io.ResourceResolverFactory$FileDeletingInputStream"/> - <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/> - </Match> - <Match> - <Class name="org.apache.fop.fo.properties.FontFamilyProperty"/> - <Bug pattern="EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSImageObject"/> - <Or> - <Bug pattern="EI_EXPOSE_REP"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.cff.CFFDataReader"/> - <Bug pattern="DM_DEFAULT_ENCODING"/> - </Match> - <Match> - <Class name="org.apache.fop.fonts.cff.CFFDataReader$CFFIndexData"/> - <Or> - <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH"/> - <Bug pattern="SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH_TO_THROW"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.cff.CFFDataReader$CFFSubTable"/> - <Or> - <Bug pattern="EI_EXPOSE_REP"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.cff.CFFDataReader$DICTEntry"/> - <Or> - <Bug pattern="EI_EXPOSE_REP"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OTFFile"/> - <Or> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - <Bug pattern="DM_DEFAULT_ENCODING"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OTFSubSetFile"/> - <Or> - <Bug pattern="ITA_INEFFICIENT_TO_ARRAY"/> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> - <Bug pattern="DM_DEFAULT_ENCODING"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OTFSubSetFile$1"/> - <Or> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> - </Or> - </Match> - <Match> - <Class name="org.apache.fop.fonts.truetype.OTFSubSetFile$FDIndexReference"/> - <Bug pattern="SIC_INNER_SHOULD_BE_STATIC"/> - </Match> - <Match> - <Class name="org.apache.fop.render.ps.PSFontUtils"/> - <Bug pattern="DM_DEFAULT_ENCODING"/> - </Match> - <Match> - <Class name="org.apache.fop.forms.IField$Field"/> - <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/> - </Match> - <Match> - <Or> - <Class name="org.apache.fop.forms.IField$Field"/> - <Class name="org.apache.fop.forms.TriggerArea"/> - <Class name="org.apache.fop.forms.traits.AdditionalActionTrait"/> - </Or> - <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.extensions.PDFExtensionHandlerFactory"/> - <Method name="getSupportedNamespaces"/> - <Bug pattern="EI_EXPOSE_REP"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.extensions.PDFDictionaryEntryExtension"/> - <Method name="getValueAsNumber"/> - <Bug pattern="FE_FLOATING_POINT_EQUALITY"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.extensions.PDFDictionaryType"/> - <Method name="hasValueOfElementName"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.render.pdf.extensions.PDFDictionaryEntryType"/> - <Method name="hasValueOfElementName"/> - <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> - </Match> - <Match> - <Class name="org.apache.fop.pdf.PDFCFFStream"/> - <Or> - <Bug pattern="EI_EXPOSE_REP"/> - <Bug pattern="EI_EXPOSE_REP2"/> - </Or> - </Match> </FindBugsFilter> |