Bug 280510 - [completion] Instance methods for aspects not offered from classes
Summary: [completion] Instance methods for aspects not offered from classes
Status: NEW
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 280508
Blocks:
  Show dependency tree
 
Reported: 2009-06-16 15:29 EDT by Ramnivas Laddad CLA
Modified: 2010-06-16 18:12 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramnivas Laddad CLA 2009-06-16 15:29:40 EDT
Continuing with the code example in Bug #280508.

package example;

public class AClass {
	public void foo() {
		AnAspect.aspectOf(). <- No aMethod() offered here
	}
}
Comment 1 Andrew Eisenberg CLA 2009-09-30 14:37:49 EDT
Move to the 2.0.2 release.
Comment 2 Andrew Eisenberg CLA 2010-04-28 19:25:45 EDT
Try to solve for 2.1.0.
Comment 3 Andrew Eisenberg CLA 2010-06-16 18:12:12 EDT
Determining what will be tackled for 2.1.1 release.