Hi all!

I came across what seems to be a bug in AJDT. If you build a project
containing a single Test aspect

public aspect Test {
  private pointcut none();
  before(): none() {
  Class<?>[] x;
  }
  before() : none() {}
}


then several errors are shown in the editor window, though none are shown in
the package explorer.

Any ideas?

Regards,

Manuel

-- 
http://www.google.com/profiles/MMSequeira
Sent from Lisboa, Portugal
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to