-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add a language level option for parsing #232
Conversation
One thought here. Since we have already released a version of the annotator with the default language level as 17, switching the default to 11 would be a breaking change. Should we stick with the default level of 17 maybe? I think that would work fine in nearly all case; as of now, we only need configurability here because of javaparser/javaparser#4041. At Uber we could easily just configure the level to be 11. |
Needed to work around javaparser/javaparser#4041. Users impacted by that issue can set the language level to 11, assuming they are not using language constructs introduced after that version.