test failures
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri Jan 18 20:35:42 PST 2013
On 01/18/2013 06:33 PM, Werner Dietl wrote:
> I don't think so.
> In Code.fillExceptionParameterPositions() I only have the local
> variable for the exception. That local variable has all type
> annotations attached and the exception table contains type information
> to resolve.
> However, the attached type annotations don't currently store to which
> of the types of the multicatch they were attached to - that's exactly
> what we are trying to fill in.
>
> Earlier, in TypeAnnotations.resolveFrame, I have the attributed AST
> and go through each type annotation. However, I cannot store the type
> of the exception within the type annotation - type annotations only
> store indices.
The key here appears to be "earlier". I'll take a look at the t-a
forest and see where you do the work to determine type anno
positions, and where multi-catch is handled, then get back to you
with additional feedback and suggestions.
-- jon
More information about the type-annotations-dev
mailing list