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

JointJavacJavaParserVisitor now handles switch expressions #4988

Closed
wants to merge 61 commits into from

Conversation

smillst
Copy link
Member

@smillst smillst commented Dec 15, 2021

JavaParsers crashes on some yields and also parses some to objects other than YieldStmts. ( javaparser/javaparser#3364)

This pull request doesn't rely on any other, but it does duplicate TreeUtil methods. So, it should probably be merged after all the others.

Fixes the last bullet point in #4977.

@smillst smillst mentioned this pull request Dec 15, 2021
4 tasks
@smillst
Copy link
Member Author

smillst commented Dec 16, 2021

I merged the wrong branch and messed up the history. I've opened a new PR #4992 .

@smillst smillst closed this Dec 16, 2021
@smillst smillst deleted the switch-expressions-jjjpv-3 branch December 16, 2021 21:07
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.

2 participants