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

errorprone: ImmutableMemberCollection - suppressing in Emissary class #905

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

jpdahlke
Copy link
Collaborator

@jpdahlke jpdahlke commented Sep 1, 2024

This appears to be flagging the EMISSARY_COMMANDS Map which is using an unmodifiableMap call, so I believe this to be a false positive. Unfortunately, the suppression needs to go on the encapsulating class but this solution seems better than converting to using the suggested google class for ImmutableMap.

@jpdahlke jpdahlke added the tech-debt Low-impact cleanup and upkeep label Sep 1, 2024
@jpdahlke jpdahlke added this to the v8.11.0 milestone Sep 6, 2024
@jpdahlke jpdahlke requested a review from dev-mlb September 6, 2024 13:22
@jpdahlke jpdahlke merged commit 1381ecf into NationalSecurityAgency:main Sep 9, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Low-impact cleanup and upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants