-
Notifications
You must be signed in to change notification settings - Fork 75
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
Enhance class file comparator diff report #1688
Comments
That would also allow one to use their favorite tool (javap in my case)
|
It is done here: any improvements are welcome, I have no particular knowledge about the details of class compare beside that is is done at this place. |
@laeubi : in this line change
to
so one can see also local variables info generated by compiler. |
Thanks! Please check if that would not create unexpected class file diffs before deploying this tycho version. |
I have added some comments in the PR probably its better to continue discussion there. From my side there is no problem to hold this back until next year when everyone is back in the office, I'll mark the PR as draft to accommodate this, alternatively I can make the change of disassembly a different PR... |
As reported here:
For the class file comparator checks (like in #1686) it would be nice to:
For the later, I have no idea which code generates textual bytecode diffs, however, that one should not omit call to
org.objectweb.asm.util.Textifier.visitMaxs(int, int)
which is currently the case looking on the diff.The text was updated successfully, but these errors were encountered: