Bug 92447

Summary: Automatic import does not work when subclassing org.apache.commons.lang.enum.Enum
Product: [Eclipse Project] JDT Reporter: Eduardo Rocha <eduardorochabr>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 Keywords: needinfo
Version: 3.1   
Target Milestone: 3.1 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.