Skip to content

Commit

Permalink
Merge pull request #597 from apache/add_one_spotbugs_exclusion
Browse files Browse the repository at this point in the history
Add one exclusion to FindBugsExcludeFilter.xml.
  • Loading branch information
leerho authored Sep 5, 2024
2 parents 243a694 + 5ad7d45 commit ba47011
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 ba47011

Please sign in to comment.