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 103790

Summary: Remove dependency on org.openide.options
Product: xml Reporter: mslama <mslama>
Component: CodeAssignee: Samaresh Panda <samaresh>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 77030    

Description mslama 2007-05-11 16:00:31 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.xml.text
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.xslt.project uses org.openide.options which is deprecated:
Use org.openide.util.NbPreferences instead.
Comment 1 mslama 2007-05-28 13:17:28 UTC
Module org.netbeans.modules.xml.text declares explicit dependency on
org.openide.options.

See http://wiki.netbeans.org/wiki/view/MigrationToPreferences how to migrate to
NbPreferences.

(Module org.netbeans.modules.xslt.project is from enterprise so ignore it here.)
Comment 2 Samaresh Panda 2008-06-23 20:45:02 UTC
This was done as a result of http://wiki.netbeans.org/EditorSettingsUpgrade.