Bug 95370 - AJDT renames files .aj that don't contain aspect constructs.
Summary: AJDT renames files .aj that don't contain aspect constructs.
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.2.0 RC2   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 11:12 EDT by Andrew Clement CLA
Modified: 2005-05-20 15:30 EDT (History)
0 users

See Also:


Attachments
Files incorrectly renamed (7.52 KB, application/octet-stream)
2005-05-16 11:13 EDT, Andrew Clement CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2005-05-16 11:12:47 EDT
Possibly the fault of the AspectJ parsers ...

I'm working on a module of AspectJ, when I convert it to an .aj project and ask
it to convert file extensions, it renames a couple of files it shouldnt.
I'm attaching the offending files:
Comment 1 Andrew Clement CLA 2005-05-16 11:13:10 EDT
Created attachment 21210 [details]
Files incorrectly renamed
Comment 2 Matt Chapman CLA 2005-05-20 15:30:35 EDT
Fixed by doing a diet parse instead of a simple lexical analysis (the scanner
can't distinguish between "aspect" and "pointcut" used as a keyword or as a
identifier).