Skip to main content



      Home
Home » Language IDEs » AspectJ » Pointcut for super.foo
Pointcut for super.foo [message #585476] Tue, 28 December 2004 09:22
Eclipse UserFriend
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: Fri Jun 20 05:38:17 EDT 2025

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

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

Back to the top