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.CollationParsedRuleBuilder"/> 13 <Method name="allocateWeights" params="int,int,int,int,com.ibm.icu.text.CollationParsedRuleBuilder$WeightRange[]" returns="int"/> 14 <Bug pattern="SA_FIELD_DOUBLE_ASSIGNMENT"/> 15 </Match> 16</FindBugsFilter> 17