Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] BCException

Hi,

I'm sure this has been asked before, but Google didn't yield.

I'm using LTW to weave some stuff and get the following exception:


org.aspectj.weaver.BCException: bad
when implementing on shadow method-call(java.lang.Object java.lang.Object.clone())
when weaving classes
when weaving


I get a stack track with that and a dump of the class being woven. However, I have no idea how to interpret this error message and locate the problem.

Any ideas what to do with this message, where it comes from and how to diagnose the fault properly.

Thanks,
Jochen


Back to the top