| Index: pkg/analysis_server/lib/src/services/correction/name_suggestion.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/name_suggestion.dart b/pkg/analysis_server/lib/src/services/correction/name_suggestion.dart
|
| index 12d8c2950a6c619afc0b74602111887abc63c7b4..4c10fec3c1e5871c8a9068e9ebcb208ee36198db 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/name_suggestion.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/name_suggestion.dart
|
| @@ -2,12 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library services.src.correction.name_suggestion;
|
| -
|
| import 'package:analysis_server/src/services/correction/strings.dart';
|
| import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/dart/element/type.dart';
|
| +import 'package:analyzer_plugin/src/utilities/string_utilities.dart';
|
|
|
| List<String> _KNOWN_METHOD_NAME_PREFIXES = ['get', 'is', 'to'];
|
|
|
|
|