Issue #129 AS1/2 rename identifiers fix

This commit is contained in:
Jindra Pet��k
2013-07-05 13:22:49 +02:00
parent fbcfe8bc38
commit ab18b010b4
3 changed files with 26 additions and 14 deletions
@@ -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;
}