Author: cbowditch
Date: Thu Jan 19 15:00:41 2012
New Revision: 1233411
URL: http://svn.apache.org/viewvc?rev=1233411&view=rev
Log:
remove remaining duplicates with the help of xslt provided by Pascal Sancho
Modified:
xmlgraphics/fop/trunk/findbugs-exclude.xml
Modified: xmlgraphics/fop/trunk/findbugs-exclude.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/findbugs-exclude.xml?rev=1233411&r1=1233410&r2=1233411&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Thu Jan 19 15:00:41 2012
@@ -272,11 +272,6 @@
<Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
</Match>
<Match>
- <Class name="java.net.URLClassLoader"/>
- <!--Neither method nor field-->
- <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED"/>
- </Match>
- <Match>
<Class name="org.apache.fop.tools.fontlist.FontSpec"/>
<Method name="compareTo"/>
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
@@ -697,11 +692,6 @@
<Bug pattern="SE_BAD_FIELD_STORE"/>
</Match>
<Match>
- <Class name="org.apache.fop.afp.AFPPaintingState"/>
- <Field name="colorConverter"/>
- <Bug pattern="SE_BAD_FIELD_STORE"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fo.pagination.PageProductionException"/>
<Field name="locator"/>
<Bug pattern="SE_BAD_FIELD_STORE"/>
@@ -1507,16 +1497,6 @@
<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.hyphenation.CharVector"/>
<Method name="<init>"/>
<Bug pattern="EI_EXPOSE_REP2"/>
@@ -1757,11 +1737,6 @@
<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"/>
@@ -2027,16 +2002,6 @@
<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.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"/>
@@ -2063,11 +2028,6 @@
</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>
@@ -2142,16 +2102,6 @@
<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.HelveticaBold"/>
<Method name="<clinit>"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2162,16 +2112,6 @@
<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.HelveticaOblique"/>
<Method name="<clinit>"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2182,16 +2122,6 @@
<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.TimesBoldItalic"/>
<Method name="<clinit>"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2202,16 +2132,6 @@
<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.base14.TimesRoman"/>
<Method name="<clinit>"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2488,11 +2408,6 @@
</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>
@@ -2512,11 +2427,6 @@
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>
</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.rtf.rtflib.rtfdoc.RtfAttributes"/>
<Method name="set"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -3237,21 +3147,6 @@
<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.flow.ListItem"/>
- <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"/>
@@ -3267,16 +3162,6 @@
<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.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"/>
@@ -3512,11 +3397,6 @@
<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"/>
@@ -3782,11 +3662,6 @@
<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"/>
@@ -3812,11 +3687,6 @@
<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"/>
@@ -3837,11 +3707,6 @@
<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"/>
@@ -3907,16 +3772,6 @@
<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.BlockContainerLayoutManager"/>
<Method name="getNextKnuthElements"/>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
@@ -3937,11 +3792,6 @@
<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"/>
@@ -3987,11 +3837,6 @@
<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"/>
@@ -4008,11 +3853,6 @@
</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>
@@ -4187,11 +4027,6 @@
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_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"/>
@@ -4347,11 +4182,6 @@
<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"/>
@@ -4572,11 +4402,6 @@
<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.render.afp.AFPRendererConfigurator"/>
<!--Neither method nor field-->
<Bug pattern="RI_REDUNDANT_INTERFACES"/>
@@ -4592,31 +4417,16 @@
<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.pcl.PCLRendererConfigurator"/>
<!--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.ps.PSRendererConfigurator"/>
<!--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.awt.viewer.PreviewPanel$Reloader"/>
<Method name="run"/>
<Bug pattern="SF_SWITCH_FALLTHROUGH"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]