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 87097 - DerbyOptions: use Preferences API instead of SystemOption
Summary: DerbyOptions: use Preferences API instead of SystemOption
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2006-10-13 13:56 UTC by rmatous
Modified: 2006-10-23 16:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (7.81 KB, patch)
2006-10-13 13:57 UTC, rmatous
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 rmatous 2006-10-13 13:57:35 UTC
Created attachment 35189 [details]
patch
Comment 2 rmatous 2006-10-13 14:00:09 UTC
I'm going to apply attached diff to have one example that uses Preferences even
in milestone 4. Any objections ? 
Comment 3 rmatous 2006-10-13 16:44:14 UTC
/cvs/ide/golden/deps.txt,v  <--  deps.txt
new revision: 1.316; previous revision: 1.315

/cvs/ide/launcher/upgrade/src/org/netbeans/upgrade/systemoptions/systemoptionsimport,v
 new revision: 1.3; previous revision: 1.2

/cvs/db/derby/nbproject/project.xml,v  <--  project.xml
new revision: 1.9; previous revision: 1.8

/cvs/db/derby/src/org/netbeans/modules/derby/DerbyOptions.java,v  <--  new
revision: 1.12; previous revision: 1.11

/cvs/db/derby/src/org/netbeans/modules/derby/DerbyOptions.settings,v  <--  new
revision: delete; previous revision: 1.1

/cvs/db/derby/src/org/netbeans/modules/derby/layer.xml,v  <--  layer.xml
new revision: 1.11; previous revision: 1.10

Usage of Preferences should be documented in arch for there was added new
question (see preferences.html).