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

Exceptions thrown when building GWT's AST should include context #10080

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Jan 8, 2025

Several visit and endVisit methods were missing their try/catch wrapping to translate any exception that occurs, with context of the given JDT ast node where the error took place.

Follow-up #10065

@niloc132 niloc132 added this to the 2.13 milestone Jan 8, 2025
Several visit and endVisit methods were missing their try/catch wrapping
to translate any exception that occurs, with context of the given JDT
ast node where the error took place.

Follow-up gwtproject#10065
@niloc132 niloc132 force-pushed the ast-builder-exception-test branch from 0d791d7 to f39e689 Compare January 8, 2025 20:45
@niloc132
Copy link
Member Author

niloc132 commented Jan 8, 2025

This PR is much easier to review if you enable the "Hide whitespace" feature in the changes tab
image

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