mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 19:58:22 +00:00
Fixed AS3 Direct editation - removing method bodies after unsuccessful edit (part 2)
This commit is contained in:
@@ -1039,6 +1039,10 @@ public class ABC implements Openable {
|
||||
|
||||
return abcMethodIndexing;
|
||||
}
|
||||
|
||||
public void resetMethodIndexing() {
|
||||
abcMethodIndexing = null;
|
||||
}
|
||||
|
||||
public DottedChain nsValueToName(String valueStr) {
|
||||
if (valueStr == null) {
|
||||
|
||||
@@ -2630,7 +2630,7 @@ public class ActionScript3Parser {
|
||||
abc.class_info = originalAbc.class_info;
|
||||
abc.script_info = originalAbc.script_info;
|
||||
abc.bodies = originalAbc.bodies;
|
||||
abc.getMethodIndexing();
|
||||
abc.resetMethodIndexing();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user