Skip to content

Commit ba47011

Browse files
authored
Merge pull request #597 from apache/add_one_spotbugs_exclusion
Add one exclusion to FindBugsExcludeFilter.xml.
2 parents 243a694 + 5ad7d45 commit ba47011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/FindBugsExcludeFilter.xml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ under the License.
4141
<Match>
4242
<Bug pattern="EI_EXPOSE_REP2"/>
4343
<Or>
44+
<Class name="org.apache.datasketches.quantilescommon.LongsSortedViewIterator"/>
4445
<Class name="org.apache.datasketches.quantilescommon.FloatsSortedViewIterator"/>
4546
<Class name="org.apache.datasketches.quantilescommon.DoublesSortedViewIterator"/>
4647
<Class name="org.apache.datasketches.quantilescommon.GenericSortedViewIterator"/>

0 commit comments

Comments
 (0)