Bug 137484 - Typo while creating an enum hangs eclipse
Summary: Typo while creating an enum hangs eclipse
Status: RESOLVED DUPLICATE of bug 107580
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1.2   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 08:48 EDT by Saheem Granados CLA
Modified: 2006-04-19 13:59 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 Saheem Granados CLA 2006-04-19 08:48:43 EDT
When I create an enum value and mistakenly type a '.' instead of a ',' or ';', eclipse hangs.  For example,

public enum TestEnum {
    TEST_ENUM_1("blah").


......
private TestEnum(String string) {
....
}
}


I am using the following JVM for both the project and to launch eclipse:
java.exe full version "J2RE 1.5.0 IBM Windows 32 build pwi32devifx-20060124"
Comment 1 Frederic Fusier CLA 2006-04-19 13:50:39 EDT
I cannot reproduce using 3.2 RC1.

Can you provide:
1) Eclipse build ID
2) complete enum class contents
3) VM snapshot when eclipse hangs

Thanks
Comment 2 Olivier Thomann CLA 2006-04-19 13:59:25 EDT
Looks like a dup of bug 107580.

*** This bug has been marked as a duplicate of 107580 ***