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 34114 - implement java.util.prefs.PreferencesFactory on top of the Registry
Summary: implement java.util.prefs.PreferencesFactory on top of the Registry
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Registry (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-03 10:14 UTC by David Konecny
Modified: 2008-12-22 17:32 UTC (History)
1 user (show)

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 David Konecny 2003-06-03 10:14:20 UTC
Consider implementing bridge from Preferences API
to Registry. 

Reasons:
- anything in platform which could be used as a
standalone library should be using only the
Preferences API, for maximum independence
- people used to Preferences API could keep using
Preferences API in NetBeans
Comment 1 Jesse Glick 2006-10-31 19:34:00 UTC
Probably obsolete.