Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Issue 1530993002: Report HintCode.UNDEFINED_IDENTIFIER and HintCode.UNDEFINED_MEMBER for unresolved names in comments.

Created:
5 years ago by scheglov
Modified:
5 years ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Report HintCode.UNDEFINED_IDENTIFIER and HintCode.UNDEFINED_MEMBER for unresolved names in comments. We have 330 hints in Analyzer + Analysis Server. Some of them are valid. Some are in `code` and should not be produced. Some are not in `code`, but probably should be wrapped into it. I think we need to skip any [] in ``. R=brianwilkerson@google.com BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -41 lines) Patch
M pkg/analyzer/lib/src/generated/element_resolver.dart View 4 chunks +9 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 2 chunks +27 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 25 chunks +130 lines, -34 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
5 years ago (2015-12-16 17:51:16 UTC) #1
Brian Wilkerson
5 years ago (2015-12-16 18:32:57 UTC) #2
I am concerned by the false positives. It's good to clean up analyzer comments,
but I'd like to get a feeling for how badly this might impact the rest of the
community before we land it.

Powered by Google App Engine
This is Rietveld 408576698