Bug 235182 - Cannot compile reference to Enum with Java compliance level 1.3
Summary: Cannot compile reference to Enum with Java compliance level 1.3
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4 RC4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 12:55 EDT by Jörg von Frantzius CLA
Modified: 2008-06-06 09:04 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 Jörg von Frantzius CLA 2008-06-02 12:55:08 EDT
Build ID: 3.4 RC3

Steps To Reproduce:
1. Have some Java code that refers to an enum class in a jar
2. Set "Compiler compliance level" to 1.3 in preferences
3. See "... cannot be resolved to a type" errors on the import statement for the enum class


More information:
This problem doesn't occur with 3.4 RC2, and seems to be newly introduced with RC3. I can tell it by switching between the two.
Comment 1 Jörg von Frantzius CLA 2008-06-02 13:03:51 EDT
Sorry, my mistake...
Comment 2 Philipe Mulet CLA 2008-06-03 09:47:16 EDT
marked as invalid
Comment 3 Frederic Fusier CLA 2008-06-06 09:04:43 EDT
Verified