mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 05:15:36 +00:00
Fixed usages of namespaces in slotconsts and thus fixed ABC cleaner
This commit is contained in:
@@ -333,14 +333,14 @@ public class ABCSimpleUsageDetector {
|
||||
case ValueKind.CONSTANT_ExplicitNamespace:
|
||||
case ValueKind.CONSTANT_StaticProtectedNs:
|
||||
case ValueKind.CONSTANT_PrivateNs:
|
||||
handleUsage(ItemKind.NAMESPACE, value_index, description);
|
||||
handleUsageNamespace(value_index, description);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void handleTraitSlotConst(ABC abc, TraitSlotConst trait, int scriptIndex, int scriptTraitIndex, int classIndex, int traitIndex, int bodyIndex, int bodyTraitIndex, ABCWalker.WalkType walkType, Stack<Integer> callStack) {
|
||||
|
||||
|
||||
String description = "";
|
||||
if (callStack.size() > 1) {
|
||||
if (bodyTraitIndex != -1) {
|
||||
|
||||
Reference in New Issue
Block a user