mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 03:05:39 +00:00
Fixed AS2 - class detection - ignore standalone directvalues
This commit is contained in:
@@ -712,6 +712,9 @@ public class ActionScript2ClassDetector {
|
||||
} else {
|
||||
throw new AssertException("unknown pushitem function call " + funName);
|
||||
}
|
||||
} else if (item instanceof DirectValueActionItem) {
|
||||
//ignore such values
|
||||
//TODO: maybe somehow display in the class ?
|
||||
} else {
|
||||
throw new AssertException("unknown item - " + item.getClass().getSimpleName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user