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 103759 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on: 103774
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:09 UTC by mslama
Modified: 2008-09-22 17:28 UTC (History)
0 users

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 mslama 2007-05-11 15:09:53 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.gsf uses
org.openide.options which is deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 Torbjorn Norbye 2007-05-21 21:42:45 UTC
I'm using options in the same way that the languages/engine module is (tracked by issue 103774)
Comment 2 Jan Jancura 2007-07-13 12:57:56 UTC
> ruby
Comment 3 Torbjorn Norbye 2007-08-09 23:38:01 UTC
I can't fix this; I tried removing it but ran into a bunch of problems. Essentially, any module that deals with the
editor needs to provide an editor options object (subclass of BaseOptions) or a number of things won't work (such as the
ability to get/set the "auto completion popup" setting etc. that is provided from the Options dialog. The options dialog
relies on looking for a specific method named (for example) setAutoCompletionPopup.

Marking task for the future (when the editor no longer requires use of org.openide.options).
Comment 4 Vitezslav Stejskal 2008-09-22 11:09:13 UTC
http://hg.netbeans.org/main/rev/6db09da0d72e
Comment 5 Quality Engineering 2008-09-22 17:28:06 UTC
Integrated into 'main-golden', will be available in build *200809221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6db09da0d72e
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #103759: removing unnecessary dependency on editor.deprecated.pre61settings from the ruby modules