[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] BCException
|
- From: Jochen Wuttke <jochen.wuttke@xxxxxx>
- Date: Thu, 2 Apr 2009 14:45:31 +0200
- Delivered-to: aspectj-users@eclipse.org
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