Bug 260914 - [editor] *.aj files show errors on default labels in switch statements
Summary: [editor] *.aj files show errors on default labels in switch statements
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (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-13 15:09 EST by Andrew Eisenberg CLA
Modified: 2009-03-13 12:42 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-13 15:09:59 EST
The AspectsConvertingParser does not properly handle default labels in switch statements.  It erroneously treats them like pointcut declarations and removes the ':'.

A small change can fix this.
Comment 1 Andrew Eisenberg CLA 2009-01-13 15:16:21 EST
Fix has been committed.
Comment 2 Andrew Eisenberg CLA 2009-01-14 13:16:46 EST
fixed.