dart-sdk/pkg/analysis_server/test
Konstantin Shcheglov 7ad9feb2d6 Issue 46472. Don't resolve to static Object members via dynamic.
For instance members we do this because this is the best that we
know about the result, and any successful override will be more
specific. But static members never can be invoked this way. So, we
don't do recovery for recovery.

Bug: https://github.com/dart-lang/sdk/issues/46472
Change-Id: Ifbd274011e159c3c8ae35d343603c02bb7599d8e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209420
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2021-08-10 12:53:23 +00:00
..
analysis [analysis_server] User outer-most matching node in getNavigation to fix constructor navigation 2021-08-05 15:59:50 +00:00
channel Migrate lib/src/channel/ 2021-04-06 23:16:43 +00:00
client Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
edit Make Location.endLine and Location.endColumn optional fields in the protocol 2021-07-15 17:35:55 +00:00
integration Make Location.endLine and Location.endColumn optional fields in the protocol 2021-07-15 17:35:55 +00:00
lsp Reland "[analyzer] Use "pub outdated" to get version numbers for pubspec completion" 2021-08-02 14:33:09 +00:00
mock_packages Adds assist for basic Flutter Builder 2021-04-12 17:33:06 +00:00
plugin Convert several of servers tests to be null safe by default 2021-06-24 04:05:39 +00:00
search Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
services Issue 46472. Don't resolve to static Object members via dynamic. 2021-08-10 12:53:23 +00:00
src fix for avoid_null_checks_in_equality_operators 2021-08-09 23:21:29 +00:00
stress Make ResolvedUnitResult.content/unit non-nullable. 2021-07-14 02:33:10 +00:00
timing Migrate some tests and test utilities in server 2021-04-03 19:23:44 +00:00
tool [analysis_server] Swap from dynamic to Object? in LSP generated code 2021-07-07 17:14:34 +00:00
utils Make local variables that hide fields be final (analysis_server) 2021-04-24 18:12:07 +00:00
abstract_context.dart Rename AnalysisSession.getXyz2() into getXyz(). 2021-07-12 22:42:58 +00:00
abstract_single_unit.dart Make ResolvedUnitResult.content/unit non-nullable. 2021-07-14 02:33:10 +00:00
analysis_abstract.dart Use newAnalysisOptionsYamlFile() where possible. 2021-06-09 23:57:29 +00:00
analysis_server_test.dart Use newAnalysisOptionsYamlFile() where possible. 2021-06-09 23:57:29 +00:00
benchmarks_test.dart Enable omit_local_variable_types in analysis_server 2020-03-30 03:58:44 +00:00
completion_test.dart Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
completion_test_support.dart Migrate remaining unblocked tests 2021-04-19 15:57:38 +00:00
constants.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
domain_analysis_test.dart Rebuild context on bazel BUILD file change. 2021-08-05 12:47:40 +00:00
domain_completion_test.dart Cleanup invalid declarations of main, part 1 2021-06-28 18:13:24 +00:00
domain_completion_util.dart Migrate remaining unblocked tests 2021-04-19 15:57:38 +00:00
domain_diagnostic_test.dart Migrate several test classes 2021-04-19 00:38:19 +00:00
domain_execution_test.dart Migrate several test classes 2021-04-19 00:38:19 +00:00
domain_server_test.dart Migrate several test classes 2021-04-19 00:38:19 +00:00
mocks.dart Reland "[analyzer] Use "pub outdated" to get version numbers for pubspec completion" 2021-08-02 14:33:09 +00:00
mocks_lsp.dart [analysis_server] Swap from dynamic to Object? in LSP generated code 2021-07-07 17:14:34 +00:00
protocol_server_test.dart Make AnalysisResult.path non-nullable. 2021-07-12 18:21:11 +00:00
protocol_test.dart Migrate analysis_server and analysis_server_client protocol. 2021-04-02 06:46:41 +00:00
socket_server_test.dart Remove some unnecessary null checks 2021-04-24 18:22:43 +00:00
test_all.dart [analysis_server] Add a test to ensure no @soloTest annotations 2021-07-14 19:42:30 +00:00
verify_no_solo_test.dart [analysis_server] Add a test to ensure no @soloTest annotations 2021-07-14 19:42:30 +00:00
verify_sorted_test.dart Rename AnalysisSession.getXyz2() into getXyz(). 2021-07-12 22:42:58 +00:00
verify_tests_test.dart Migrate some additional libraries and their tests 2021-04-02 20:02:22 +00:00