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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties

Issue 11365011: Better warning to function-like call of getter; Quick Fix for it (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
index ecdc55c0e018d50d3f34a1ac6bbf6978fe62c604..cdfcb3bc042cf811d40b68af0c57a32edad71037 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/CorrectionMessages.properties
@@ -427,4 +427,5 @@ QuickFixProcessor_createClass=Create class ''{0}''
QuickFixProcessor_createConstructor=Create constructor ''{0}''
QuickFixProcessor_createMethod=Create method ''{0}''
QuickFixProcessor_changeTo=Change to ''{0}''
-QuickFixProcessor_useEffectiveIntegerDivision=Use effective integer division ~/
+QuickFixProcessor_useEffectiveIntegerDivision=Use effective integer division ~/
+QuickFixProcessor_removeParentheses_inGetterInvocation=Remove parentheses in getter invocation

Powered by Google App Engine
This is Rietveld 408576698