mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Issue #129 AS1/2 rename identifiers fix
This commit is contained in:
@@ -196,7 +196,7 @@ public class DirectValueTreeItem extends TreeItem {
|
||||
public int hashCode() {
|
||||
int hash = 7;
|
||||
hash = 71 * hash + Objects.hashCode(this.value);
|
||||
hash = 71 * hash + Objects.hashCode(this.constants);
|
||||
hash = 71 * hash + System.identityHashCode(this.constants);
|
||||
hash = 71 * hash + pos;
|
||||
return hash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user