Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » ITD scope
ITD scope [message #600702] Tue, 06 October 2009 09:28 Go to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: October 2009
Junior Member
Hi to all. I'm trying to obtain the feature named
'Scoping for ITDs in content assist' published in this page:
http://www.eclipse.org/ajdt/whatsnew200/index.html without success.
I see Point.getX and getY inside the aspect but if I try
this.getX() or this.getY() in Point class I don't see the methods declared in the aspect with content assist, and if I continue to write the instruction without the help of content assist I have the error: 'getX cannot be resolved or is not a field'.
Is there any settings I have to do?
Anyone can help me?
Ciao

Bepi
Re: ITD scope [message #600722 is a reply to message #600702] Mon, 09 November 2009 20:53 Go to previous message
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
It sounds like you do not have JDT weaving enabled. Please go to Eclipse preferences -> JDT Weaving -> Enable.

Let me know if this solves your problem.
Previous Topic:ITD scope
Next Topic:Scope of Aspect Defined in Fragment
Goto Forum:
  


Current Time: Fri Apr 26 00:02:04 GMT 2024

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

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

Back to the top