Skip to content

Commit

Permalink
Add one exclusion to FindBugsExcludeFilter.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerho committed Sep 5, 2024
1 parent 243a694 commit 5ad7d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/FindBugsExcludeFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ under the License.
<Match>
<Bug pattern="EI_EXPOSE_REP2"/>
<Or>
<Class name="org.apache.datasketches.quantilescommon.LongsSortedViewIterator"/>
<Class name="org.apache.datasketches.quantilescommon.FloatsSortedViewIterator"/>
<Class name="org.apache.datasketches.quantilescommon.DoublesSortedViewIterator"/>
<Class name="org.apache.datasketches.quantilescommon.GenericSortedViewIterator"/>
Expand Down

0 comments on commit 5ad7d45

Please sign in to comment.