Home | History | Annotate | Download | only in translit
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!--
      3 *******************************************************************************
      4 * Copyright (C) 2013, International Business Machines Corporation and         *
      5 * others. All Rights Reserved.                                                *
      6 *******************************************************************************
      7 -->
      8 <FindBugsFilter>
      9 	<Match>
     10 		<Class name="com.ibm.icu.text.TransliteratorRegistry$Spec"/>
     11 		<Or>
     12 			<Method name="reset" params=""/>
     13 			<Method name="setupNext" params=""/>
     14 		</Or>
     15 		<Bug pattern="ES_COMPARING_STRINGS_WITH_EQ"/>
     16 	</Match>
     17 </FindBugsFilter>
     18