-
Notifications
You must be signed in to change notification settings - Fork 4
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
BytecodeListing.java:34-38: Decompile Bytecode Listing.... #865
Comments
@volodya-lombrozo can I take this? |
@h1alexbel sure! Please, go ahead. |
@volodya-lombrozo should we decompile bytecode listing obtained after ASM transformation? For instance, this is the listing for
or we should decompile the original bytecode instead? This is original
|
@volodya-lombrozo Also, I think we can maintain both listings: |
@h1alexbel I've already added bytecode listing, as you can see. The purpose of this issue is to try to decompile it to a Java, or at least to try it. We can do it by using https://github.com/fesh0r/fernflower or https://github.com/Storyyeller/Krakatau, or something else. As for |
The puzzle
845-380c5294
from #845 has to be resolved:jeo-maven-plugin/src/main/java/org/eolang/jeo/representation/BytecodeListing.java
Lines 34 to 38 in 3636715
The puzzle was created by volodya-lombrozo on 13-Nov-24.
Estimate: 90 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: