aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bowditch <cbowditch@apache.org>2012-01-19 15:00:41 +0000
committerChris Bowditch <cbowditch@apache.org>2012-01-19 15:00:41 +0000
commit1095a4956cb4bb8f8c458f5c672f0dc67d62407a (patch)
tree1f26a4175f099121ff9e64940daa01cb78956440
parent6c9666b14029c8470200da24a4f184a022cd3a59 (diff)
downloadxmlgraphics-fop-1095a4956cb4bb8f8c458f5c672f0dc67d62407a.tar.gz
xmlgraphics-fop-1095a4956cb4bb8f8c458f5c672f0dc67d62407a.zip
remove remaining duplicates with the help of xslt provided by Pascal Sancho
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1233411 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--findbugs-exclude.xml190
1 files changed, 0 insertions, 190 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index 370952817..5e179955f 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -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="&lt;init&gt;"/>
- <Bug pattern="EI_EXPOSE_REP2"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.hyphenation.CharVector"/>
- <Method name="&lt;init&gt;"/>
- <Bug pattern="EI_EXPOSE_REP2"/>
- </Match>
- <Match>
<Class name="org.apache.fop.hyphenation.CharVector"/>
<Method name="&lt;init&gt;"/>
<Bug pattern="EI_EXPOSE_REP2"/>
@@ -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="&lt;init&gt;"/>
<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="&lt;init&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fo.properties.NumberProperty"/>
- <Method name="&lt;init&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.AbstractCodePointMapping"/>
<Method name="mapChar"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -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,26 +2102,11 @@
<Bug pattern="DM_NUMBER_CTOR"/>
</Match>
<Match>
- <Class name="org.apache.fop.fonts.base14.Helvetica"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
<Method name="&lt;clinit&gt;"/>
<Bug pattern="DM_NUMBER_CTOR"/>
</Match>
<Match>
- <Class name="org.apache.fop.fonts.base14.HelveticaBold"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.base14.HelveticaBoldOblique"/>
<Method name="&lt;clinit&gt;"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2172,26 +2117,11 @@
<Bug pattern="DM_NUMBER_CTOR"/>
</Match>
<Match>
- <Class name="org.apache.fop.fonts.base14.HelveticaOblique"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.base14.TimesBold"/>
<Method name="&lt;clinit&gt;"/>
<Bug pattern="DM_NUMBER_CTOR"/>
</Match>
<Match>
- <Class name="org.apache.fop.fonts.base14.TimesBold"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.base14.TimesBoldItalic"/>
<Method name="&lt;clinit&gt;"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -2202,16 +2132,6 @@
<Bug pattern="DM_NUMBER_CTOR"/>
</Match>
<Match>
- <Class name="org.apache.fop.fonts.base14.TimesItalic"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
- <Class name="org.apache.fop.fonts.base14.TimesRoman"/>
- <Method name="&lt;clinit&gt;"/>
- <Bug pattern="DM_NUMBER_CTOR"/>
- </Match>
- <Match>
<Class name="org.apache.fop.fonts.base14.TimesRoman"/>
<Method name="&lt;clinit&gt;"/>
<Bug pattern="DM_NUMBER_CTOR"/>
@@ -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="&lt;init&gt;"/>
- <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"/>