Skip to main content



      Home
Home » Language IDEs » AspectJ » Field set pointcut
Field set pointcut [message #51137] Mon, 25 April 2005 22:17
Eclipse UserFriend
I have a simple "hello world" type pointcut/advice for intercepting the
field setting.

pointcut changeVal(int n): set(public static int Test1.i) && args(n);

before(int i): changeValue(i) {
System.out.println("XXX");
}

It does not seem to get invoked even though AJDT plug-in in Eclipse does
seem to correctly pick it up and display in Cross References view, etc.
I am using M6 versions of Eclipse and AJDT plug-in. Anybody else seeing
this?

Thanks,
C.
Previous Topic:Reopening a bug?
Next Topic:Field set pointcut
Goto Forum:
  


Current Time: Thu Apr 24 00:16:23 EDT 2025

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

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

Back to the top