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 103776 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on: 103774
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:36 UTC by mslama
Modified: 2008-06-30 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
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:36:37 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.properties.syntax uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 Maros Sandor 2007-09-04 10:52:07 UTC
Properties module, as some other modules, extends editor's BaseOptions which is not easy to get rid of. We will fix it
when editor provides a way around BaseOptions.
Comment 2 Marian Petras 2008-06-30 14:48:04 UTC
Vita Stejskal (vstejskal) fixed this by a series of changes, starting on March 3 and ending on June 6:

89bb91a205f8
(http://hg.netbeans.org/main/rev/89bb91a205f8)
62a1cdde01b5
(http://hg.netbeans.org/main/rev/62a1cdde01b5)
b2437e99fd8f
(http://hg.netbeans.org/main/rev/b2437e99fd8f)
bcbe6ccc3c27
(http://hg.netbeans.org/main/rev/bcbe6ccc3c27)
b3a885141947
(http://hg.netbeans.org/main/rev/b3a885141947)