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

Test that FieldMissingNullableTest looks at record components when searching for or adding annotations. #4452

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Test that FieldMissingNullableTest looks at record components when searching for or adding annotations.

(It does.)

There is still more that we could do for records, like looking for tests of someComponent() == null that use the method someComponent() instead of the field. But this seems fine for now, especially since code within the record class is presumably likely to use the field where possible.

…searching for or adding annotations.

(It does.)

There is still more that we could do for records, like looking for tests of `someComponent() == null` that use the _method_ `someComponent()` instead of the field. But this seems fine for now, especially since code within the record class is presumably likely to use the field where possible.

PiperOrigin-RevId: 647255480
@copybara-service copybara-service bot merged commit ceb0648 into master Jun 27, 2024
1 check passed
@copybara-service copybara-service bot deleted the test_646986601 branch June 27, 2024 10:35
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.

1 participant