History log of /external/turbine/java/com/google/turbine/binder/lookup/TopLevelIndex.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d441cae09e8da7608ea56d1222dc86cce6e35e0 06-May-2017 cushon <cushon@google.com> Improve error reporting for missing imports

If an import cannot be resolved, report an error immediately instead of
reporting the error at the first reference to the imported type.

MOE_MIGRATED_REVID=155255203
/external/turbine/java/com/google/turbine/binder/lookup/TopLevelIndex.java
5a010f8e1f9613af8a23aaab28a64d6c83eb48fb 17-Oct-2016 cushon <cushon@google.com> Best-effort wildcard import handling

Static imports of types (on-demand or otherwise) are still unlikely to
ever be supported, and performance is worse than single-type and
single-member imports.

MOE_MIGRATED_REVID=136378350
/external/turbine/java/com/google/turbine/binder/lookup/TopLevelIndex.java
70b7156d4563022157732cecf076d76516ebd6f5 02-Sep-2016 cushon <cushon@google.com> Type hierarchy binding

Resolve superclasses and interfaces.

For now, only consider types compiled from source.

MOE_MIGRATED_REVID=132078997
/external/turbine/java/com/google/turbine/binder/lookup/TopLevelIndex.java