Skip to main content

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

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




Back to the top