1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3* © 2016 and later: Unicode, Inc. and others. 4* License & terms of use: http://www.unicode.org/copyright.html 5******************************************************************************* 6* Copyright (C) 2013, International Business Machines Corporation and * 7* others. All Rights Reserved. * 8******************************************************************************* 9--> 10<FindBugsFilter> 11 <Match> 12 <Class name="com.ibm.icu.text.TransliteratorRegistry$Spec"/> 13 <Or> 14 <Method name="reset" params=""/> 15 <Method name="setupNext" params=""/> 16 </Or> 17 <Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/> 18 </Match> 19</FindBugsFilter> 20