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

missing pieces in the AST: parser seems to skip broken annotation value when there is a . at the end #3161

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

stephan-herrmann
Copy link
Contributor

detect the situation during Parser.consumeZeroTypeAnnotations() (similar to #3155) and recover accordingly in RecoveredAnnotation.updateFromParserState()

fixes #3156

@stephan-herrmann stephan-herrmann added this to the 4.34 M3 milestone Oct 25, 2024
@stephan-herrmann stephan-herrmann merged commit 55fbb80 into eclipse-jdt:master Oct 25, 2024
10 checks passed
@stephan-herrmann stephan-herrmann deleted the issue3156 branch October 25, 2024 16:57
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.

missing pieces in the AST: parser seems to skip broken annotation value when there is a . at the end
1 participant