You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/02/13 22:11:02 UTC

[text] Exclude org.apache.commons.text.StringTokenizer clone() error just like we do for org.apache.commons.text.StrTokenizer.

Repository: commons-text
Updated Branches:
  refs/heads/master 145aa52ff -> d0c5e3bc8


Exclude org.apache.commons.text.StringTokenizer clone() error just like
we do for org.apache.commons.text.StrTokenizer.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d0c5e3bc
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/d0c5e3bc
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/d0c5e3bc

Branch: refs/heads/master
Commit: d0c5e3bc81c45af0693c663f23bd9d2165ddd33d
Parents: 145aa52
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Feb 13 15:10:57 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Feb 13 15:10:57 2018 -0700

----------------------------------------------------------------------
 fb-excludes.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/d0c5e3bc/fb-excludes.xml
----------------------------------------------------------------------
diff --git a/fb-excludes.xml b/fb-excludes.xml
index 30cf5d9..44baec8 100644
--- a/fb-excludes.xml
+++ b/fb-excludes.xml
@@ -28,4 +28,10 @@
     <Bug code="CN" />
   </Match>
 
+  <Match>
+    <Class name="org.apache.commons.text.StringTokenizer" />
+    <Method name="clone" />
+    <Bug code="CN" />
+  </Match>
+
 </FindBugsFilter>