ResultPair durchgeschleift.
This commit is contained in:
parent
fdedcb8191
commit
b5596cd148
@ -25,7 +25,8 @@ public class TypeReplaceMarker extends JavMarker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isConsistent(TypeReplaceMarker other) {
|
public boolean isConsistent(TypeReplaceMarker other) {
|
||||||
return this.resultSet.contains(ResultPairMap.RESULT_PAIRS.get(other.point.offset, other.tip.getInsertString()));
|
return this.resultSet.contains(other.getInsertPoint().getResultPair());
|
||||||
|
//return this.resultSet.contains(ResultPairMap.RESULT_PAIRS.get(other.point.offset, other.tip.getInsertString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void run(){
|
public void run(){
|
||||||
|
Loading…
Reference in New Issue
Block a user