-
Notifications
You must be signed in to change notification settings - Fork 1.2k
created additional validators to differentiate between enabling standard and preview features #3015
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
Conversation
… fixing tests to reflect this
…language features
…o update_validators
Codecov Report
@@ Coverage Diff @@
## master #3015 +/- ##
=============================================
+ Coverage 50.424% 50.446% +0.021%
=============================================
Files 449 450 +1
Lines 25067 25096 +29
Branches 3790 3790
=============================================
+ Hits 12640 12660 +20
- Misses 11450 11458 +8
- Partials 977 978 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
javaparser#3011, javaparser#3013, javaparser#3019, javaparser#3046, javaparser#3059, javaparser#3062, javaparser#3067, javaparser#3076, javaparser#3026, javaparser#3052, javaparser#3020, javaparser#3025, javaparser#3029, javaparser#3031, javaparser#3032, javaparser#3055, javaparser#3058, javaparser#3075, javaparser#3084
fixes #2701
Note that the
API or Behaviour Change
label is added because some features that were previouslyLanguageLevel.JAVA_14
are nowLanguageLevel.JAVA_14_PREVIEW
(and similar for other language levels that introduced preview features).When merging this, I'll be sure to squash it rather than keeping this messy history!