diff options
author | Glenn Adams <gadams@apache.org> | 2014-08-23 03:50:42 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2014-08-23 03:50:42 +0000 |
commit | 65d3a38fcb19d7658f55ba181ee4ec7c7145f18f (patch) | |
tree | 321e322ed2276bbb8cde47d64e020e3198fd044e /findbugs-exclude.xml | |
parent | f92ab8b081fab203a70b573282188951ec015dcc (diff) | |
download | xmlgraphics-fop-65d3a38fcb19d7658f55ba181ee4ec7c7145f18f.tar.gz xmlgraphics-fop-65d3a38fcb19d7658f55ba181ee4ec7c7145f18f.zip |
FOP-2391: enable bidi processing of SVG text chunks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1619960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 246e7b031..5124f0079 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -54,6 +54,10 @@ <Class name="org.apache.fop.render.intermediate.IFGraphicContext"/> <Method name="clone"/> </And> + <And> + <Class name="org.apache.fop.svg.text.BidiAttributedCharacterIterator"/> + <Method name="clone"/> + </And> </Or> </Match> <Match> |