Bug 262226 - [reconciling] Annotated ITDs are not being properly reconciled
Summary: [reconciling] Annotated ITDs are not being properly reconciled
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.6.4   Edit
Assignee: AJDT-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 14:20 EST by Andrew Eisenberg CLA
Modified: 2009-03-13 12:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eisenberg CLA 2009-01-23 14:20:38 EST
Declarations such as this one are not being properly converted by the AspectsConvertingParser.  The '.' should become '$', but it is not.

@MyAnnotation(val = 5)
private Integer Class1.version;
Comment 1 Andrew Eisenberg CLA 2009-01-23 14:32:39 EST
fixed
Comment 2 Andrew Eisenberg CLA 2009-01-23 15:09:46 EST
fixed.