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

Summary: implement java.util.prefs.PreferencesFactory on top of the Registry
Product: contrib Reporter: David Konecny <dkonecny>
Component: RegistryAssignee: rmatous <rmatous>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jglick
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.