Analyzer should warn if part-of URI doesn't match importing library. #28522
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
When CL https://codereview.chromium.org/2640853005 lands, the analyzer needs to
part of
declaration doesn't match the URI of the library file doing thepart
inclusion.part of
declaration doesn't match the name of the library doing thepart
inclusion. It already does this in some cases, but no longer does it in the case where the including library has no name (which previously preventedpart
inclusion and was handled at thepart
declaration).The analyzer can also remove the
enableUriInPartOf
flag.The text was updated successfully, but these errors were encountered: