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 103786

Summary: Remove dependency on org.openide.options
Product: web Reporter: mslama <mslama>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
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 15:55:18 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.css.visual
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
Comment 1 mslama 2007-05-28 13:06:04 UTC
Module declares explicit dependency on org.openide.options.

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

I increased spec version of dependency on org.openide.explorer to 6.8 to avoid
implicit dependency on org.openide.options:
/cvs/web/css/nbproject/project.xml,v  <--  project.xml
new revision: 1.6; previous revision: 1.5
Comment 2 Marek Fukala 2007-10-29 14:02:45 UTC
we do not have time for this now.
Comment 3 Marek Fukala 2008-08-21 11:01:43 UTC
fixed

http://hg.netbeans.org/main/rev/1737b97c0a46