| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/search/SearchMatch.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/search/SearchMatch.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/search/SearchMatch.java
|
| index b8359b77e8a3bc4366abf6b3425cbbfc07c63649..59d6de810ca42e87f968e14458e5dfd095d90e27 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/search/SearchMatch.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/search/SearchMatch.java
|
| @@ -142,6 +142,11 @@ public class SearchMatch {
|
| return sourceRange;
|
| }
|
|
|
| + @Override
|
| + public int hashCode() {
|
| + return Objects.hashCode(element, sourceRange, kind);
|
| + }
|
| +
|
| /**
|
| * @return the {@code true} if field or method access is done using qualifier.
|
| */
|
|
|