mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
Issue #51 AS1/2 displaying java class name instead of expression
Better constantpool detection
This commit is contained in:
@@ -41,7 +41,7 @@ public class CallFunctionTreeItem extends TreeItem {
|
||||
}
|
||||
paramStr += arguments.get(t).toStringNL(constants);
|
||||
}
|
||||
return stripQuotes(functionName) + hilight("(") + paramStr + hilight(")");
|
||||
return stripQuotes(functionName, constants) + hilight("(") + paramStr + hilight(")");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user