Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java

Issue 10816034: Basic 'Quick Fix' support and one fix as example/test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java
index f715897226d26c6725ac79ca3d8978abc36c74b2..984f924725e2bd9cc44f63fcc75523c4890cc76d 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/text/dart/IProblemLocation.java
@@ -13,6 +13,7 @@
*/
package com.google.dart.tools.ui.text.dart;
+import com.google.dart.compiler.ErrorCode;
import com.google.dart.compiler.ast.DartNode;
import com.google.dart.compiler.ast.DartUnit;
@@ -79,7 +80,7 @@ public interface IProblemLocation {
*
* @return The id of the problem.
*/
- int getProblemId();
+ ErrorCode getProblemId();
/**
* Returns if the problem has error severity.

Powered by Google App Engine
This is Rietveld 408576698