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

fix: java class parsing failed #23

Merged
merged 8 commits into from
Nov 17, 2024
Merged

fix: java class parsing failed #23

merged 8 commits into from
Nov 17, 2024

Conversation

heowc
Copy link
Owner

@heowc heowc commented Nov 17, 2024

Parsing fails for classes that use syntax provided in jdk 13 or later. This is because JavaParser supports 11 by default.

We will temporarily change this to 17, and provide a way to dynamically change the jdk version according to the project in the future.

See #22

@heowc heowc merged commit 3878389 into main Nov 17, 2024
4 checks passed
@heowc heowc deleted the fix/failed_parse branch November 17, 2024 11:48
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