Bug 70784 - Java Interface dialog box stops launching the Extended Interfaces Selection dialog box
Summary: Java Interface dialog box stops launching the Extended Interfaces Selection d...
Status: RESOLVED DUPLICATE of bug 66836
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 21:31 EDT by Al B CLA
Modified: 2005-01-11 11:01 EST (History)
2 users (show)

See Also:


Attachments
Add button in the Java Interface dialog box stops launching the Extended Interfaces dialog box (29.96 KB, image/jpeg)
2004-07-24 21:32 EDT, Al B CLA
no flags Details
.log file from the .metadata folder (8.18 KB, text/plain)
2004-07-25 14:12 EDT, Al B CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Al B CLA 2004-07-24 21:31:29 EDT
I am creating Java interfaces to generate a EMF model.  However, every time
after I have created  2 or 3 interfaces, the Add button in the Java Interface
dialog box stops launching the Extended Interfaces Selection dialog box. 
Although, the progress bar stops moving, you can still click/press the finish
button and the interface is created, but then you have to add the extended
interfaces manually.  It only works again if exit and fire eclipse again. But
after you have created another 2 or 3 interfaces, then the problem surfaces back
again; which means that it can be reproduce all the time.
Comment 1 Al B CLA 2004-07-24 21:32:55 EDT
Created attachment 13578 [details]
Add button in the Java Interface dialog box stops launching the Extended Interfaces dialog box
Comment 2 Dirk Baeumer CLA 2004-07-25 12:45:05 EDT
Alfredo,

which build are you using and is there anything in the .log file which can be 
found in the .metadata directory of your workspace.

And please don't change the priority of a bug. The priority field is used by 
developers to prioritize their work.
Comment 3 Al B CLA 2004-07-25 14:12:55 EDT
Created attachment 13579 [details]
.log file from the .metadata folder
Comment 4 Al B CLA 2004-07-25 14:21:15 EDT
I am using the release build 3.0 (Fri, 25 Jun 2004 -- 12:08) and I have 
attached my .log file; which shows the thrown Exceptions.
Comment 5 Dirk Baeumer CLA 2004-07-26 05:10:40 EDT
The relevant exception (NPE) happens in JDT/Core (Pressing the Add button does 
an all types search). Moving...
Comment 6 Olivier Thomann CLA 2004-07-27 17:37:30 EDT
This can happen only is getIndexFile() returns null (line 505 in DiskIndex).
The null case should be checked.
Comment 7 Kent Johnson CLA 2004-07-28 12:46:02 EDT
Alfredo: The VM build you are using is bad. Please upgrade to a newer drop.

The JIT in the 'IBM Windows 32 build cn1411-20040301a' build is not 
trustworthy.

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