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 32597 - Update SettingsFactory
Summary: Update SettingsFactory
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-04-03 12:12 UTC by Vitezslav Stejskal
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
changelog (937 bytes, text/plain)
2003-05-06 08:50 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2003-04-03 12:12:04 UTC
The settings framework in projects infrastructure
has been changed and is based on Configurable
interface we should update SettingsFactory to
honor this. Now the SettingsFactory contains two
sets of methods accpeting ProjectMember and
Project, this is not neccessary anymore. It should
accept everything what implements the
ProjectContext interface.
Comment 1 Jan Pokorsky 2003-05-06 08:48:52 UTC
Done. All SettingsFactory's methods create and getOption accept
ProxyContext instead of Project and ProjectMember as a parameter.
Comment 2 Jan Pokorsky 2003-05-06 08:50:42 UTC
Created attachment 10224 [details]
changelog
Comment 3 Jan Becicka 2003-11-25 14:04:32 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:13:41 UTC
---> CLOSED