| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameAnalyzeUtil.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameAnalyzeUtil.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameAnalyzeUtil.java
|
| index c581075f861c810f761e4dc54e94e486eaf81af0..f1716818f5d3ce6289b5770bba1485d09e4c4aa5 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameAnalyzeUtil.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameAnalyzeUtil.java
|
| @@ -319,7 +319,7 @@ public class RenameAnalyzeUtil {
|
| /**
|
| * @return all direct and indirect supertypes of the given {@link Type}.
|
| */
|
| - public static Set<Type> getSuperTypes(Type type) throws CoreException {
|
| + public static Set<Type> getSuperTypes(Type type) throws DartModelException {
|
| Set<Type> superTypes = Sets.newHashSet();
|
| DartLibrary library = type.getLibrary();
|
| if (library != null) {
|
|
|