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

Refactor comment handling in tokenization to use a new ErrorProneComment class that doesn't extend from javac's internal Comment #4407

Merged
merged 1 commit into from
May 29, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Refactor comment handling in tokenization to use a new ErrorProneComment class that doesn't extend from javac's internal Comment

This is pre-work for handling upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of Comment#getPos. This change encapsulates more of the internal javac APIs.

@copybara-service copybara-service bot force-pushed the test_636203659 branch 2 times, most recently from 3ae2144 to cfc3f31 Compare May 29, 2024 22:41
…ent class that doesn't extend from javac's internal Comment

This is pre-work for handling upcoming JDK changes to the Comment API, which break the current subclass approach by changing the return type of `Comment#getPos`. This change encapsulates more of the internal javac APIs.

PiperOrigin-RevId: 638438532
@copybara-service copybara-service bot merged commit c2df1b6 into master May 29, 2024
1 check passed
@copybara-service copybara-service bot deleted the test_636203659 branch May 29, 2024 22:53
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.

None yet

1 participant