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 103787 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2007-05-11 15:57 UTC by mslama
Modified: 2008-09-08 23:02 UTC (History)
2 users (show)

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:57:31 UTC
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.web.core.syntax uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
WARNING [org.netbeans.core.modules]: the module
org.netbeans.modules.web.jsf.navigation uses org.openide.options which is
deprecated: Use org.openide.util.NbPreferences instead.
Comment 1 mslama 2007-05-28 13:09:27 UTC
Explicit dependency on org.openide.options is declared in both modules.

See http://wiki.netbeans.org/wiki/view/MigrationToPreferences how to migrate to
NbPreferences.
Comment 2 Jiri Prox 2008-04-11 01:12:52 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 pslechta 2008-09-01 13:33:23 UTC
Module org.netbeans.modules.web.core.syntax does not depend on deprecated org.openide.options in NB 6.5.

Module org.netbeans.modules.web.jsf.navigation still depends on it.
Reassigning to JSF team...
Comment 4 _ potingwu 2008-09-02 19:49:29 UTC
I will take this one for org.netbeans.modules.web.jsf.navigation.
Comment 5 Quality Engineering 2008-09-05 06:23:00 UTC
Integrated into 'main-golden', will be available in build *200809050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/24a171733a07
User: potingwu@netbeans.org
Log: Fix Issue#103787, Remove dependency on org.openide.options.
Comment 6 _ potingwu 2008-09-08 23:02:31 UTC
Fixed in 6.5 trunk,

changeset 24a171733a07 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=24a171733a07