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

Summary: DerbyOptions: use Preferences API instead of SystemOption
Product: db Reporter: rmatous <rmatous>
Component: DerbyAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker CC: abadea
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 77030    
Attachments: patch

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).