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 103761

Summary: Remove dependency on org.openide.options
Product: web Reporter: mslama <mslama>
Component: HTML EditorAssignee: 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:12:21 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.html.editor
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
Comment 1 Marek Fukala 2007-10-29 14:02:45 UTC
we do not have time for this now.
Comment 2 Jaroslav Tulach 2008-08-15 09:23:04 UTC
Please reevaluate. The editor has been rewritten to not require BaseOptions anymore.
Comment 3 Marek Fukala 2008-08-15 10:31:46 UTC
I am working on this issue for html and jsp editor this week. I am also doing some arch changes in jsp completion so it
takes more time. will be delivered to 6.5 for sure.
Comment 4 Marek Fukala 2008-08-21 11:01:12 UTC
fixed

http://hg.netbeans.org/main/rev/1737b97c0a46
Comment 5 Quality Engineering 2008-08-22 06:04:03 UTC
Integrated into 'main-golden', available in build *200808220201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/1737b97c0a46
User: Marek Fukala <mfukala@netbeans.org>
Log: #103761, #103785 - removed dependencies on deprecated modules