stitch icon indicating copy to clipboard operation
stitch copied to clipboard

Fix lambda variable names conflicting with names in the enclosing method

Open Runemoro opened this issue 5 years ago • 0 comments

Currently stitch renames local variables based on their index, which causes conflicts with variables inside a lambda function (which is a separate synthetic method) in the decompiled source. Instead, give each local in the class a unique name.

Runemoro avatar Jul 02 '19 02:07 Runemoro