Issue #67 Renaming invalid identifiers to Type+Number

This commit is contained in:
Jindra Pet��k
2013-06-23 07:14:14 +02:00
parent 43ffd2ce51
commit 6417835960
7 changed files with 396 additions and 81 deletions
@@ -213,10 +213,9 @@ public class DirectValueTreeItem extends TreeItem {
if (!Objects.equals(this.constants, other.constants)) {
return false;
}
if(other.pos!=this.pos){
if (other.pos != this.pos) {
return false;
}
return true;
}
}