Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Pointcut for super.foo
Pointcut for super.foo [message #585476] Tue, 28 December 2004 14:22
Javier Garcia is currently offline Javier GarciaFriend
Messages: 11
Registered: July 2009
Junior Member
I am specifying a simple pointcut to catch all joinpoints in the lexical
scope of a method. The method performs super.inheritedfoo. However no
matter what I do I cant catch the super.inheritedfoo call. The simple
pointcut is as follows:

public pointcut testMethod() : withincode( * mypackage.myclass.foo());

The method foo has a call to super as in:

public void foo() {
super.inheritedfoo();
}

Any ideas...
Previous Topic:AspectJ and CVS
Next Topic:aspects across eclipse projects?
Goto Forum:
  


Current Time: Tue May 07 23:00:32 GMT 2024

Powered by FUDForum. Page generated in 0.03417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top