Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add one exclusion to FindBugsExcludeFilter.xml. #597

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

leerho
Copy link
Contributor

@leerho leerho commented Sep 5, 2024

Discovered a single SpotBugs EI_EXPOSE_REP2 in the new class quantilescommon.LongsSortedViewIterator
This SB is complaining about internal copying of an array from one class to another.
This array is an internal private array and never exposed as public. Without reflection the user would have no access
to this array. To force a copy or clone at this point would be very expensive so I deem this relatively harmless.

@leerho leerho merged commit ba47011 into 6.1.X Sep 5, 2024
2 checks passed
@leerho leerho deleted the add_one_spotbugs_exclusion branch September 5, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants