mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:40:51 +00:00
Issue #418 and/or detection fix
This commit is contained in:
@@ -57,6 +57,11 @@ public class DuplicateItem extends GraphTargetItem implements SimpleValue {
|
||||
return value.getNotCoerced();
|
||||
}
|
||||
|
||||
@Override
|
||||
public GraphTargetItem getNotCoercedNoDup() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public GraphTargetItem getThroughRegister() {
|
||||
return value.getThroughRegister();
|
||||
|
||||
@@ -62,4 +62,9 @@ public class PushItem extends GraphTargetItem {
|
||||
public GraphTargetItem getThroughRegister() {
|
||||
return value.getThroughRegister();
|
||||
}
|
||||
|
||||
@Override
|
||||
public GraphTargetItem getNotCoercedNoDup() {
|
||||
return value.getNotCoercedNoDup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user