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 88407 - Switch db settings to Preferences API
Summary: Switch db settings to Preferences API
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2006-11-01 12:42 UTC by rmatous
Modified: 2009-02-19 20:37 UTC (History)
3 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 rmatous 2006-11-01 12:42:24 UTC
Migrate SQLOptions && DatabaseOption to Preferences API
Comment 1 rmatous 2006-11-01 12:46:43 UTC
SQLOptions migrated:
/cvs/ide/golden/deps.txt,v  <--  deps.txt
new revision: 1.345; previous revision: 1.344

/cvs/db/core/nbproject/project.xml,v  <--  project.xml
new revision: 1.5; previous revision: 1.4

/cvs/db/core/src/org/netbeans/modules/db/core/SQLOptions.java,v  <-- 
SQLOptions.java
new revision: 1.4; previous revision: 1.3

/cvs/db/core/src/org/netbeans/modules/db/core/resources/SQLOptions.xml,v  <-- 
SQLOptions.xml
new revision: delete; previous revision: 1.4

/cvs/db/core/src/org/netbeans/modules/db/core/resources/layer.xml,v  <--  layer.xml
new revision: 1.4; previous revision: 1.3


Comment 2 rmatous 2006-11-01 12:49:36 UTC
Please migrate all the rest classes that extends SystemOption and remove
dependency on openide.options. You can see all the code that was already
migrated (issues that block #77030)

You can see:
http://www.netbeans.org/download/dev/javadoc/org-openide-util/org/openide/util/doc-files/preferences.html
Comment 3 Antonin Nebuzelsky 2008-10-22 14:05:55 UTC
One of the last two issues blocking issue 77030.

-> P2 defect for 7.0
Comment 4 John Baker 2008-12-05 20:16:11 UTC
SQLOptions had been fixed
e382d1bd16a6

still much more to do
Comment 5 John Baker 2008-12-06 00:11:08 UTC
c6f688162dd7
Comment 6 Roman Mostyka 2008-12-08 11:30:42 UTC
Verified.
Comment 7 Quality Engineering 2008-12-09 18:34:54 UTC
Integrated into 'main-golden', will be available in build *200812091520* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c6f688162dd7
User: John Baker <jbaker@netbeans.org>
Log: #88407 Switch db settings to Preferences API