Bug 92447 - Automatic import does not work when subclassing org.apache.commons.lang.enum.Enum
Summary: Automatic import does not work when subclassing org.apache.commons.lang.enum....
Status: CLOSED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 RC2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-04-22 16:11 EDT by Eduardo Rocha CLA
Modified: 2009-08-30 02:07 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 Eduardo Rocha CLA 2005-04-22 16:11:54 EDT
I am working on a jdk 1.4 code base, and some classes extends
org.apache.commons.enum.Enum class. When I create a new class and extends it
(not using the wizard), it gives the error "The type XYZ may not subclass Enum
explicitly", and the automatic import does not work. The project is set with 1.4
Compiler compliance level.
Comment 1 Philipe Mulet CLA 2005-04-25 10:59:54 EDT
Please provide steps to reproduce, then reopen. 
I suspect you are missing proper imports and are using a 1.5 JRE (in spite of
1.4 compliance); remember that java.lang.Enum got added to 1.5 libraries.

Comment 2 Frederic Fusier CLA 2005-06-08 06:25:26 EDT
Close at there's more than 1 month without any feedback on this issue
=> consider it does no longer happen
Comment 3 Denis Roy CLA 2009-08-30 02:07:15 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.