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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java

Issue 643763002: Make "error" the default severity for checked mode compile time errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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.engine/src/com/google/dart/engine/error/ErrorType.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
index 0911e0ed416a6d47631036ab8ca45c625430fa0e..d56563d75419ed329debdca8a576265d716871d5 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/ErrorType.java
@@ -39,7 +39,7 @@ public enum ErrorType {
/**
* Checked mode compile-time errors are errors that preclude execution in checked mode.
*/
- CHECKED_MODE_COMPILE_TIME_ERROR(ErrorSeverity.INFO),
+ CHECKED_MODE_COMPILE_TIME_ERROR(ErrorSeverity.ERROR),
/**
* Suggestions made in situations where the user has deviated from recommended pub programming

Powered by Google App Engine
This is Rietveld 408576698