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
jmockit1/main/src/mockit/asm/jvmConstants/JVMInstruction.java
Lines 15 to 19 in 5c6a2df
This might save some space when writing, but the readability is horrible. "How much stack does this specific instruction modify?"
A better way to do it would be to make an enum with all relevant instructions, store them by index, and put the info in their params.
The text was updated successfully, but these errors were encountered:
JMockit's asm package is based on an old release of Objectweb's ASM version 5. This existed upstream in ASM at the time.
asm
Sorry, something went wrong.
No branches or pull requests
jmockit1/main/src/mockit/asm/jvmConstants/JVMInstruction.java
Lines 15 to 19 in 5c6a2df
This might save some space when writing, but the readability is horrible. "How much stack does this specific instruction modify?"
A better way to do it would be to make an enum with all relevant instructions, store them by index, and put the info in their params.
The text was updated successfully, but these errors were encountered: