commit | 0067b707258923c5664593543f4c44ce350289d1 | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Wed Jul 09 16:32:05 2014 +0200 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Wed Jul 09 16:32:05 2014 +0200 |
tree | 46ed6e5014481cbc085d9ba872602234a79094f4 | |
parent | c2f98fba15b049605810f8619a1380ed0c56acc5 [diff] |
8031569: Refactor javac scope implementation to enable lazy imports Introducing an internal API for Scope; rewriting ImportScopes to extend CompoundScopes. Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com> Reviewed-by: mcimadamore, jjg, jfranck