Bug 5890 - Exception while requesting All types dialog
Summary: Exception while requesting All types dialog
Status: RESOLVED DUPLICATE of bug 5837
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-14 09:37 EST by Dirk Baeumer CLA
Modified: 2002-01-11 09:21 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 Dirk Baeumer CLA 2001-11-14 09:37:52 EST
Got the following exception while requesting an All type Dialog in the UI by 
pressing Ctrl+Shift+T.

Zipped my workspace if helpful.

4 org.eclipse.ui 0 java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException
	at org.eclipse.jdt.internal.core.index.impl.WordEntry.mapRefs
(WordEntry.java:130)
	at org.eclipse.jdt.internal.core.index.impl.MergeFactory.mergeReferences
(MergeFactory.java:174)
	at org.eclipse.jdt.internal.core.index.impl.MergeFactory.merge
(MergeFactory.java:78)
	at org.eclipse.jdt.internal.core.index.impl.Index.merge(Index.java:231)
	at org.eclipse.jdt.internal.core.index.impl.Index.save(Index.java:340)
	at org.eclipse.jdt.internal.core.search.PatternSearchJob.search
(PatternSearchJob.java:115)
	at org.eclipse.jdt.internal.core.search.PatternSearchJob.execute
(PatternSearchJob.java:81)
	at 
org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob
(JobManager.java:201)
	at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames
(SearchEngine.java:445)
	at org.eclipse.jdt.internal.ui.util.AllTypesSearchEngine.doSearchTypes
(AllTypesSearchEngine.java:98)
	at org.eclipse.jdt.internal.ui.util.AllTypesSearchEngine.searchTypes
(AllTypesSearchEngine.java:82)
	at org.eclipse.jdt.internal.ui.util.AllTypesSearchEngine$1.run
(AllTypesSearchEngine.java:51)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run
(ModalContext.java:98)
Comment 1 Philipe Mulet CLA 2001-11-14 10:30:59 EST
I got a similar one yesterday...

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