mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:50:46 +00:00
Issue #51 AS1/2 displaying java class name instead of expression
Better constantpool detection
This commit is contained in:
@@ -40,7 +40,7 @@ public class GetVariableTreeItem extends TreeItem {
|
||||
//return "null";
|
||||
}
|
||||
//return ""+computedValue.toNumber();
|
||||
return stripQuotes(name);
|
||||
return stripQuotes(name, constants);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user