Bug 149346 - [editor] [refactoring] Organize Imports Fails on Class with Pointcut
Summary: [editor] [refactoring] Organize Imports Fails on Class with Pointcut
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: 1.4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Andrew Eisenberg CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-30 19:20 EDT by Ron Bodkin CLA
Modified: 2008-08-22 14:16 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 Ron Bodkin CLA 2006-06-30 19:20:44 EDT
Enter this:

new class Test

class Test {
   pointcut foo() : within(Map);
}

AspectJ Tools>Convert File Extension to .aj

Organize Imports

Results in "Compilation unit has parse errors: ..."
Comment 1 Andrew Eisenberg CLA 2008-08-22 14:16:25 EDT
As of AJDT 1.6, this behavior has been fixed.