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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java

Issue 107833002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | editor/util/plugins/com.google.dart.java2dart/resources/ast_include.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.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java
index 5485092a147d363595933fba1754545238a6e675..969ea5aac0dc8f2df6d46a2ef400e8cd37b6f885 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/context/AnalysisOptionsImpl.java
@@ -48,13 +48,12 @@ public class AnalysisOptionsImpl implements AnalysisOptions {
private boolean hint = true;
/**
- * <<<<<<< HEAD A flag indicating whether incremental analysis should be used.
+ * A flag indicating whether incremental analysis should be used.
*/
private boolean incremental = false;
/**
- * A flag indicating whether analysis is to parse references in documentation comments. ======= A
- * flag indicating whether analysis is to parse comments. >>>>>>> Java changes.
+ * flag indicating whether analysis is to parse comments.
*/
private boolean preserveComments = true;
« no previous file with comments | « no previous file | editor/util/plugins/com.google.dart.java2dart/resources/ast_include.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698