Chromium Code Reviews
DescriptionAvoid false positives when searching for uses of a constructor.
Since constructor invocations are statically bound, there's never a
reason to search for potential matches. Since potential matching is
performed by name, this avoids an enormous number of false positives
in the case where the constructor is unnamed.
BUG=dartbug.com/20869
R=scheglov@google.com
Committed: https://code.google.com/p/dart/source/detail?r=40058
Patch Set 1 #
Total comments: 4
Messages
Total messages: 5 (1 generated)
|
||||||||||||||||||||||||||||