You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you please have a look at this? It is important for me!
Thanks a lot!
CFR version: CFR 0.153-SNAPSHOT (24c7433-dirty).
Javac version: openjdk 11.0.18 2023-01-17.
I also attach the source files and the decompilation results and I hope they will be helpful: demo.zip.
The text was updated successfully, but these errors were encountered:
Hi! I am doing some research based on CFR, and I found a bug related to lambda expressions.
When decompiling lambda expressions, CFR generates duplicate variable names for variables that have the same name outside of the lambda expression.
This leads to compilation errors when trying to compile the decompiled code.
Here is an example:
When decompiling the above code with CFR, the generated code contains a duplicate variable name
c
inside and outside of the lambda expression:When I tried to compile the decompiled code, a compilation error occurred:
Would you please have a look at this? It is important for me!
Thanks a lot!
CFR version:
CFR 0.153-SNAPSHOT (24c7433-dirty)
.Javac version:
openjdk 11.0.18 2023-01-17
.I also attach the source files and the decompilation results and I hope they will be helpful: demo.zip.
The text was updated successfully, but these errors were encountered: