Bug 6667

Summary: Search: OutOfMemoryError searching wildcarded field ref
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P4    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2001-12-07 04:52:06 EST
Build 20011127

In a self hosting workspace (with jdt ui as binary with source attached):
1. Create workking set jdtui that contains the org.eclipse.jdt.ui project
2. Bring up the java search dialog
3. Type in org.eclipse.jdt.core.IJavaElementDelta.*
4. Select Fieldm then References
6. Search
Observe: You get an InvocationTargetException which is an OutOfMemoryError
Comment 1 Philipe Mulet CLA 2002-01-29 18:45:41 EST
Reserved for performance tuning
Comment 2 Jerome Lanneluc CLA 2002-03-07 05:24:32 EST
The OutOfMemoryError was due to the Java Model being over populated during 
search.

Now using the compiler's FileSystem name environment for the search.