improved loop detection

fixed AS1/2 switch
This commit is contained in:
Jindra Pet��k
2013-06-29 17:29:38 +02:00
parent a47ba09cf9
commit 681127a92a
6 changed files with 555 additions and 91 deletions
@@ -206,6 +206,9 @@ public class DirectValueTreeItem extends TreeItem {
if (obj == null) {
return false;
}
if (!(obj instanceof DirectValueTreeItem)) {
return false;
}
final DirectValueTreeItem other = (DirectValueTreeItem) obj;
if (!Objects.equals(this.value, other.value)) {
return false;