We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The private static field in Enum class, in jdk8 and jdk11, is $VALUES, instead of ENUM$VALUES.
$VALUES
ENUM$VALUES
I create a pull request #444 to resolve this problem.
And update this change, add/remove enum field is available.
By the way, i can't run tests in ClassInitTest like testEnumAddRemove, these test methods are @ignored, maybe exist some others problems.
ClassInitTest
testEnumAddRemove
The text was updated successfully, but these errors were encountered:
I've updated 1.4.2-SNAPSHOT release + added a note about this fix. Thanks.
Sorry, something went wrong.
No branches or pull requests
The private static field in Enum class, in jdk8 and jdk11, is
$VALUES
, instead ofENUM$VALUES
.I create a pull request #444 to resolve this problem.
And update this change, add/remove enum field is available.
By the way, i can't run tests in
ClassInitTest
liketestEnumAddRemove
, these test methods are @ignored, maybe exist some others problems.The text was updated successfully, but these errors were encountered: