Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Declare parents, binary inpath, generics, constructor rewrite and VerfiyError

I can point you to the fix, which I just committed.  rewriting of the
super happens (for binary weaving declare parents) in
BcelTypeMunger.attemptToModifySuperCalls()

Andy

2009/9/22 Simone Gianni <simoneg@xxxxxxxxxx>:
> Hi devs,
> I've been hunting this since 1.6.4 :
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=290087
>
> Spent all the night debugging, trying to arrive to some sort of path or
> indication, but found nothing :(
>
> Can you point me in some direction? Like, where is constructor rewritten to
> call a different super() constructor when declare parents is applied?
>
> Simone
>
> --
> Simone Gianni            CEO Semeru s.r.l.           Apache Committer
> http://www.simonegianni.it/
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>


Back to the top