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 <garydgreg...@gmail.com> Authored: Tue Feb 13 15:10:57 2018 -0700 Committer: Gary Gregory <garydgreg...@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>