-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KIEKER-1011] Compiling AbstractAspect with ajc lets eclipse complain #2826
Comments
author Unknown -- Tue, 10 Jul 2012 13:05:16 +0200 A first look reveals a difference in the definition of the abstract method in AbstractAspect. When compiling it with ajc, the bytecode modifier synthetic is additionally inserted. A short description to synthetic. |
author Jan Waller -- Tue, 10 Jul 2012 17:05:12 +0200 I can see the same problem here. |
author André van Hoorn -- Mon, 3 Sep 2012 15:22:19 +0200 Check if problem still present -> post AspectJ bug report |
author Jan Waller -- Mon, 10 Sep 2012 11:28:30 +0200 Postet to aspectj |
author Jan Waller -- Mon, 10 Sep 2012 12:14:41 +0200 Currently, there is not much to do about this problem. |
JIRA Issue: KIEKER-1011 Compiling AbstractAspect with ajc lets eclipse complain
Original Reporter: Christian Wulf
A little code example:
When the AbstractAspect from Kieker is compiled with ajc, eclipse complains about not finding the method
to override in AbstractAspect. When compiling and exporting it with eclipse, the method is found.
The text was updated successfully, but these errors were encountered: