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

Improve handling of AutoValue extensions in AutoValueSubclassLeaked #4509

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Improve handling of AutoValue extensions in AutoValueSubclassLeaked

Follow-up to 5413aa5

Don't rely on the extension generated code having @Generated annotations. A number of extensions omit the annotation, and AutoValueSubclassLeaked relies on the generated annotation to recognize generated code, so after 5413aa5 it was reporting errors for references from extensions.

Follow-up to 5413aa5

Don't rely on the extension generated code having `@Generated` annotations. A number of extensions omit the annotation, and AutoValueSubclassLeaked relies on the generated annotation to recognize generated code, so after 5413aa5 it was reporting errors for references from extensions.

PiperOrigin-RevId: 657715233
@copybara-service copybara-service bot merged commit ca7b569 into master Jul 30, 2024
@copybara-service copybara-service bot deleted the test_657666913 branch July 30, 2024 20:42
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