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

Unified Diff: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java

Issue 402493002: Remove 'errorCode' field from AnalysisError in the analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/constants.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java
diff --git a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java
index a5f15fd7937c3eb4e9bf90497357d47cef957f18..fc0bd6a825d9831793d33d9c3ff78ef3d1238712 100644
--- a/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java
+++ b/editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java
@@ -1228,7 +1228,6 @@ public class RemoteAnalysisServerImplTest extends AbstractRemoteServerTest {
// " 'errors': [",
// " {",
// " 'file': '/fileA.dart',",
-// " 'errorCode': 'ParserErrorCode.ABSTRACT_CLASS_MEMBER',",
// " 'offset': 1,",
// " 'length': 2,",
// " 'message': 'msg'",
@@ -1263,7 +1262,6 @@ public class RemoteAnalysisServerImplTest extends AbstractRemoteServerTest {
// " 'errors': [",
// " {",
// " 'file': '/fileA.dart',",
-// " 'errorCode': 'ParserErrorCode.ABSTRACT_CLASS_MEMBER',",
// " 'offset': 1,",
// " 'length': 2,",
// " 'message': 'msg',",
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698