You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
773 B
17 lines
773 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* © 2016 and later: Unicode, Inc. and others.
|
|
* License & terms of use: http://www.unicode.org/copyright.html
|
|
*******************************************************************************
|
|
* 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>
|