[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[aspectj-users] java.lang.VerifyError; can not resolve this member warning
|
- From: "Vincenz Braun" <vb@xxxxxxxxx>
- Date: Tue, 13 May 2003 13:56:18 +0200
- Delivered-to: aspectj-users@eclipse.org
- Importance: Normal
Hello,
1.
I am using iajc ant task with aspectpath option to weave in some aspects to
two different libraries separately. The compiler does not complain about
anything but at runtime I get
java.lang.VerifyError: (class: xxx, method: insert signature: ([signature])
Register 21 conta
Is this a bug (a known one)?
Is there a workaround for this problem?
2.
The same setting but a different third library:
I get
[iajc] JdbcLogAspect.java:75 can not resolve this member: void
xxx.access$201([signature]) [Xlint:unresolvableMember] (a lot warnings of
the same kind with changing line numbers)
What is the reason for this error message? Class xxx should not be affected
by the aspect. In verbose mode the compiler states that is an
UnwovenClassFile.
Any help greatly appreciated,
Vincenz