Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ bug #112243: input on fix?

I just appended to the bug - if you can try my suggestion that would be helpful.

On 11/10/05, Ron Bodkin <rbodkin@xxxxxxxxxxxxxx> wrote:
> Hi All,
>
> I just ran into a nasty bug when using ajc for binary weaving: BcelWorld is
> throwing a ClassCastException when there's an entry of
> MissingResolvedTypeWithKnownSignature
>  rather than a null for the type that it is trying to resolve. I have
> submitted this on bugzilla as #112243
>
> I implemented a work-around (treat this case like null - resolve it) and am
> able to get my weave to complete. But I'd appreciate input on the proposed
> fix to ensure it's correct. I'm hoping that those who know the internals
> better can think up a small test case more easily than I can reduce this to
> a small reproducible one.
>
> Ron Bodkin
> Chief Technology Officer
> New Aspects of Software
> w: (415) 824-4690
>
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>


Back to the top