| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
|
| index 70f3558d292bcdd75807e9ede57408c224619fdb..2489e6ae31dd5d2ae97f13dc051f3856542a6cf1 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
|
| @@ -133,10 +133,16 @@ public class DartCore extends Plugin implements DartSdkListener {
|
| public static final String AUXILIARY_DIR_PREFERENCE = "external resources";
|
|
|
| /**
|
| - * Preference to control if "not a member" warnings should be suppressed for inferred types.
|
| + * Preference to control if "not a member" warnings should be reported for inferred types.
|
| */
|
| public static final String TYPE_CHECKS_FOR_INFERRED_TYPES = "typeChecksForInferredTypes";
|
|
|
| + /**
|
| + * Preference to control if "not a member" warnings should be reported for classes implementing
|
| + * "noSuchMethod".
|
| + */
|
| + public static final String REPORT_NO_MEMBER_WHEN_HAS_INTERCEPTOR = "reportNoMemberWhenHasInterceptor";
|
| +
|
| public static final String PROJECT_PREF_DISABLE_DART_BASED_BUILDER = "disableDartBasedBuilder";
|
|
|
| /**
|
|
|