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 errorprone and nullaway analysis #1843

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Add errorprone and nullaway analysis #1843

merged 4 commits into from
Nov 4, 2024

Conversation

connorworley
Copy link
Contributor

@connorworley connorworley commented Nov 3, 2024

This currently spews a bunch of warnings, which we can reduce over time. At a minimum, new changes should avoid introducing new warnings.

@connorworley connorworley marked this pull request as ready for review November 3, 2024 06:30
Copy link
Collaborator

@jguerra jguerra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet


@Override
public boolean equals(Object object) {
return false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah not sure why this was here, errorprone complains that it doesn't implement hashCode as well but I'm not sure we need it in the first place.

@connorworley connorworley merged commit ad71c20 into master Nov 4, 2024
5 checks passed
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