mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
WIP Safe strings handling
This commit is contained in:
@@ -127,7 +127,7 @@ public class AS3Generator {
|
||||
|
||||
for (Trait t : abc.instance_info.get(classId).instance_traits.traits) {
|
||||
if (t instanceof TraitMethodGetterSetter) {
|
||||
String name = t.getName(abc).getName(abc.constants, null, true, true);
|
||||
String name = t.getName(abc).getName(abc, abc.constants, null, true, true);
|
||||
String clsName = pack.getClassPath().className;
|
||||
String lower = clsName.substring(0, 1).toLowerCase() + clsName.substring(1);
|
||||
String identifier = swfAndIdentifierList[0][1];
|
||||
|
||||
Reference in New Issue
Block a user