Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart analysis error #29673

Closed
zhongguo168a opened this issue May 20, 2017 · 2 comments
Closed

Dart analysis error #29673

zhongguo168a opened this issue May 20, 2017 · 2 comments
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@zhongguo168a
Copy link

Analyzer Feedback from IntelliJ

Version information

  • IDEA WS-171.4424.63
  • 1.22.1
  • WS-171.4424.63, JRE 1.8.0_121-b13x32 Oracle Corporation, OS Windows 10(x86) v10.0 , screens 1920x1080

Exception

Please append the contents of:
file://C:\Win10\User\Local\Temp\report1.txt

Dart analysis server, SDK version 1.22.1, server version 1.17.0, error: Failed to send analysis.implemented notification.
type 'FunctionElementImpl' is not a subtype of type 'ClassElement' in type cast where
  FunctionElementImpl is from package:analyzer/src/dart/element/element.dart
  ClassElement is from package:analyzer/dart/element/element.dart

#0      Object._as (dart:core-patch/object_patch.dart:76)
#1      SearchEngineImpl.searchAllSubtypes.<searchAllSubtypes_async_body>.<anonymous closure> (package:analysis_server/src/services/search/search_engine_internal.dart:37)
#2      MappedListIterable.elementAt (dart:_internal/iterable.dart:412)
#3      ListIterable.toSet (dart:_internal/iterable.dart:227)
#4      SearchEngineImpl.searchAllSubtypes.<searchAllSubtypes_async_body> (package:analysis_server/src/services/search/search_engine_internal.dart:37)
#5      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:27)
#6      _rootRunUnary (dart:async/zone.dart:1158)
#7      _CustomZone.runUnary (dart:async/zone.dart:1037)
#8      _FutureListener.handleValue (dart:async/future_impl.dart:131)
#9      _Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:637)
#10     _Future._propagateToListeners (dart:async/future_impl.dart:667)
#11     _Future._complete
@a-siva a-siva added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label May 24, 2017
@bwilkerson bwilkerson added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels May 30, 2017
@bwilkerson
Copy link
Member

Can you provide us with any information about how to reproduce this bug?

@natebosch natebosch added the closed-obsolete Closed as the reported issue is no longer relevant label Aug 24, 2018
@natebosch
Copy link
Member

Unfortunately we won't be able to reproduce very old analyzer stack traces. Please file a new issue if you are seeing analysis server crashes with a recent SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants