Bug 27840 - Computing non-java resources on a project should not create a NameLookup
Summary: Computing non-java resources on a project should not create a NameLookup
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-06 11:01 EST by Jerome Lanneluc CLA
Modified: 2002-12-19 05:20 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 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.