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 34200 - Implement caching of settings inheritance info properly
Summary: Implement caching of settings inheritance info properly
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-06-05 12:58 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:40 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-05 12:58:59 UTC
(7) Cache for dependencies between ProjectMemebers
used for
calculating settings hiereachy should do real
caching, not just delegate to DependencyProviders.
Comment 1 Vitezslav Stejskal 2003-06-05 13:02:39 UTC
Eval: Settings inheritance isn't used so far (mainly because the infra
doesn't work :-(. But when used the proper caching could have great
impact on performance.
Comment 2 Vitezslav Stejskal 2003-11-26 13:18:14 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 3 Vitezslav Stejskal 2003-11-26 14:58:19 UTC
--> VERIFIED