Bug 118141 - "enum" keyword not highlighted in AspectJ editor
Summary: "enum" keyword not highlighted in AspectJ editor
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.3.0   Edit
Assignee: Sian January CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 13:38 EST by Ramnivas Laddad CLA
Modified: 2005-11-30 09:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramnivas Laddad CLA 2005-11-26 13:38:17 EST
Open a .java/.aj file with the AspectJ editor, and type the following:

    public enum CallbackMode {
        
    }

The "enum" keyword does not highlight as expected.
Comment 1 Sian January CLA 2005-11-30 06:10:42 EST
Additional note: 'enum' should only be highlighted if the compliance settings for the workspace or project are 5.0.
Comment 2 Sian January CLA 2005-11-30 09:48:11 EST
Updated AspectJCodeScanner to the latest JavaCodeScanner.  Fixed in the following build:

1.3.0:
BUILD COMPLETE -  build.39
Date of build:	11/30/2005 09:23:50
Time to build:	16 minutes 17 seconds
Last changed:	11/30/2005 09:08:50
Last log entry:	118141: "enum" keyword not highlighted in AspectJ editor