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 - Improve ProjectEnvironmentProvider for better performance
Summary: Improve ProjectEnvironmentProvider for better performance
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-06-26 10:31 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:20 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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