Bug 32402 - Crash on Overide/Implement Methods
Summary: Crash on Overide/Implement Methods
Status: RESOLVED DUPLICATE of bug 31891
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-20 15:31 EST by Gensky Regnus CLA
Modified: 2003-02-21 04:55 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 Gensky Regnus CLA 2003-02-20 15:31:42 EST
Build I20030214 crashes after selecting a method to override and clicking "OK".
I was able to repreoduce it consistenly happened with JDK versions 1.3.1_07 and
1.4.1_01. This does not occur with M5.
Comment 1 Adam Kiezun CLA 2003-02-20 18:01:44 EST
this action lives in jdt ui
can you provide example code?
what's in the log?
is it a vm crash (the whole eclipse window goes down in flames) or an 
exception? 
Comment 2 Gensky Regnus CLA 2003-02-20 19:18:57 EST
I was able to reproduce this on Windows XP SP1 + jdk1.4.1_01
1) Open the New Class wizard to create the class MyBugReport
The superclass is java.lang.Object
The "Constructors from superclass" and "Inherited abstract methods" are checked
2) Click on Finish
3) In the outline view, right click on the class and select "Override/Implement
methods..."
4) select the toString() method and press OK
The application should not respond anymore and must be terminated by killing the
process. There is nothing in the logs.
Comment 3 Dirk Baeumer CLA 2003-02-21 04:55:30 EST
Got addressed for RC1.

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