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

Unified Diff: compiler/java/com/google/dart/compiler/DartCompilationError.java

Issue 8348015: Improve location information for some warnings/errors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 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: compiler/java/com/google/dart/compiler/DartCompilationError.java
===================================================================
--- compiler/java/com/google/dart/compiler/DartCompilationError.java (revision 512)
+++ compiler/java/com/google/dart/compiler/DartCompilationError.java (working copy)
@@ -165,17 +165,6 @@
/**
* Instantiate a new instance representing a compilation error at the specified location.
*
- * @param location the source range where the error occurred
- * @param errorCode the error code to be associated with this error
- * @param arguments the arguments used to build the error message
- */
- public DartCompilationError(Location location, ErrorCode errorCode, Object... arguments) {
- this((Source)null, location, errorCode, arguments);
- }
-
- /**
- * Instantiate a new instance representing a compilation error at the specified location.
- *
* @param source the source reference
* @param location the source range where the error occurred
* @param errorCode the error code to be associated with this error

Powered by Google App Engine
This is Rietveld 408576698