Changed paths:
M pkg/analysis_server/lib/src/utilities/extensions/selection.dart
M pkg/analysis_server/test/src/services/refactoring/remove_constructor_name_test.dart
Log Message:
-----------
[analysis_server] Fix isAvailable check for "Remove constructor name" on unnamed constructor invocations
This code was checking the name of the type instead of the name of the constructor.
Changed paths:
M pkg/analysis_server/lib/src/utilities/extensions/selection.dart
M pkg/analysis_server/test/src/services/refactoring/remove_constructor_name_test.dart
Log Message:
-----------
[analysis_server] Fix isAvailable check for "Remove constructor name" on unnamed constructor invocations
This code was checking the name of the type instead of the name of the constructor.
M pkg/analyzer_testing/CHANGELOG.md
M pkg/analyzer_testing/lib/src/mock_packages/flutter/painting/text_span.dart
M pkg/analyzer_testing/lib/src/mock_packages/flutter/widgets/media_query.dart
M pkg/analyzer_testing/lib/src/mock_packages/flutter/widgets/scroll_delegate.dart
Log Message:
-----------
analyzer_testing: Fix some flutter mocks
M pkg/heap_snapshot/lib/analysis.dart
M pkg/heap_snapshot/lib/intset.dart
Log Message:
-----------
Reformat some files in the heap_snapshot package.
This will avoid some merge conflicts in a follow-up CL I'm working on
that will enable the lints `unnecessary_type_name_in_constructor` and
`unnecessary_const_in_enum_constructor` (and will fix declarations
accordingly).