diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-08 23:48:11 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-08 23:48:11 +0000 |
commit | 279a59e164a87e527e89b283424c394adb254a65 (patch) | |
tree | f67ff7f24de2b48399988f6d0408f4992e3aee29 /findbugs-exclude.xml | |
parent | 92ca968f8c1bb90a6b6110c589c0484e08323ca4 (diff) | |
download | xmlgraphics-fop-279a59e164a87e527e89b283424c394adb254a65.tar.gz xmlgraphics-fop-279a59e164a87e527e89b283424c394adb254a65.zip |
Bugzilla #49754: Bring clone() in line with the recommendations in Object.clone().
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1311120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 86471d609..f46b0f1ba 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -189,66 +189,11 @@ </Match> <!-- Automatically generated list of exclusions --> <Match> - <Class name="org.apache.fop.area.BodyRegion"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.Page"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.PageViewport"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.RegionReference"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.BodyRegion"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.area.RegionViewport"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.CharVector"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.TernaryTree"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.hyphenation.HyphenationTree"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> <Class name="org.apache.fop.render.intermediate.IFGraphicContext"/> <Method name="clone"/> <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> </Match> <Match> - <Class name="org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAttributes"/> - <Method name="clone"/> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> - <Class name="org.apache.fop.render.rtf.FOPRtfAttributes"/> - <!--Neither method nor field--> - <Bug pattern="CN_IDIOM_NO_SUPER_CALL"/> - </Match> - <Match> <Class name="org.apache.fop.hyphenation.Hyphenator"/> <Method name="getResourceStream"/> <Bug pattern="DE_MIGHT_IGNORE"/> @@ -4394,11 +4339,6 @@ <Bug pattern="RI_REDUNDANT_INTERFACES"/> </Match> <Match> - <Class name="java.lang.Cloneable"/> - <!--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"/> |