You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AjLookupEnvironment: move phase CONNECT_TYPE_HIERARCHY2 to later
Actually, this is just a guess. I do not understand enough about the
whole lookup process to decide confidently, where the call to
CompilationUnitScope.connectTypeHierarchy2() really should be made.
Splitting the phases in CompilationAndWeavingContext, mimicking what JDT
Core does in LookupEnvironment, is one thing. But deciding when to
initiate the second phase for connecting the type hierarchy, is another
one. Moving it to after BUILD_FIELDS_AND_METHODS is inconsistent with
JDT Core, but at least it fixes the previously failing tests.
Signed-off-by: Alexander Kriegisch <[email protected]>
0 commit comments