e255e7d747
X-SVN-Rev: 33516
15 lines
662 B
XML
15 lines
662 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
*******************************************************************************
|
|
* Copyright (C) 2013, International Business Machines Corporation and *
|
|
* others. All Rights Reserved. *
|
|
*******************************************************************************
|
|
-->
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="com.ibm.icu.text.CollationParsedRuleBuilder"/>
|
|
<Method name="allocateWeights" params="int,int,int,int,com.ibm.icu.text.CollationParsedRuleBuilder$WeightRange[]" returns="int"/>
|
|
<Bug pattern="SA_FIELD_DOUBLE_ASSIGNMENT"/>
|
|
</Match>
|
|
</FindBugsFilter>
|