Files
sdk/pkg/analyzer/tool
Paul Berry 94471ea0a3 Fix task dependency graph computation.
Previously, when analyzing the analyzer for task dependency graph
computation, we failed to canonicalize Source URIs into "package:"
URIs.  As a result, we failed to properly connect the classes
representing individual classes with the base class AnalysisTask, so
we couldn't find any task classes and produced an empty graph.

R=scheglov@google.com

Review URL: https://codereview.chromium.org//1287003006 .
2015-08-12 14:46:32 -07:00
..