Bug 27840

Summary: Computing non-java resources on a project should not create a NameLookup
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 2.1   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-12-06 11:01:55 EST
Build 20021204

Bug 27555 shows that while computing the non-java resources of a project, we 
create a NameLookup and open all package fragment roots.
Comment 1 Jerome Lanneluc CLA 2002-12-06 11:12:40 EST
Fixed by using the classpath instead of the findPackageFragment0 and 
findPackageFragmentRoot0 methods.
Comment 2 David Audel CLA 2002-12-19 05:20:31 EST
Verified.