This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34609

Summary: Improve ProjectEnvironmentProvider for better performance
Product: projects Reporter: Vitezslav Stejskal <vstejskal>
Component: Generic InfrastructureAssignee: Vitezslav Stejskal <vstejskal>
Status: CLOSED WONTFIX    
Severity: blocker Keywords: API
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:

Description Vitezslav Stejskal 2003-06-26 10:31:23 UTC
It was adviced to change the PEP.createLookup
method to return the collection of LookupItems
instead of creating the Lookup itself. Current
design has the performance drawback as it requires
to use ProxyLookup for composition Lookups created
by all PEPs registered for the PM. This was solved
in lates revision of Looks API (see
Look.getLookupItems method). We should adopt this
design too.
Comment 1 Vitezslav Stejskal 2003-11-26 12:53:29 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:58:49 UTC
--> VERIFIED