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 215375 - Cleanup db module
Summary: Cleanup db module
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX
: 205016 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-10 18:59 UTC by matthias42
Modified: 2014-01-05 22:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Property changes in the "state"-properties (connected, connectionComplete, connecting, disconnected, failed) should not trigger saving of connection parameters (1.37 KB, patch)
2012-07-10 18:59 UTC, matthias42
Details | Diff
Cleanup derby handling in test cases (8.96 KB, patch)
2012-07-10 19:01 UTC, matthias42
Details | Diff
Fix defective sample connection documents and register error handler in test cases (3.59 KB, patch)
2012-07-10 19:03 UTC, matthias42
Details | Diff
Fix demo document in JDBCDriverConvertorTest (947 bytes, patch)
2012-07-10 19:04 UTC, matthias42
Details | Diff
Drop table fails because table name is used in lowercase (database stores uppercase) (890 bytes, patch)
2012-07-10 19:05 UTC, matthias42
Details | Diff
Suppress superfluous logging output (UI-Logging and information messages from Quoter) (2.48 KB, patch)
2012-07-10 19:05 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2012-07-10 18:59:01 UTC
This is a place holder bug to hold proposed patches to cleanup the db module. There is much more work there, but it's a first step, so that the unittests can at least be excecuted without being blinded by excessive logging

The patches will be attached in the next few minutes
Comment 1 matthias42 2012-07-10 18:59:42 UTC
Created attachment 121904 [details]
Property changes in the "state"-properties (connected, connectionComplete, connecting, disconnected, failed) should not trigger saving of connection parameters
Comment 2 matthias42 2012-07-10 19:01:34 UTC
Created attachment 121905 [details]
Cleanup derby handling in test cases
Comment 3 matthias42 2012-07-10 19:03:18 UTC
Created attachment 121906 [details]
Fix defective sample connection documents and register error handler in test cases
Comment 4 matthias42 2012-07-10 19:04:13 UTC
Created attachment 121907 [details]
Fix demo document in JDBCDriverConvertorTest
Comment 5 matthias42 2012-07-10 19:05:03 UTC
Created attachment 121908 [details]
Drop table fails because table name is used in lowercase (database stores uppercase)
Comment 6 matthias42 2012-07-10 19:05:59 UTC
Created attachment 121909 [details]
Suppress superfluous logging output (UI-Logging and information messages from Quoter)
Comment 8 Quality Engineering 2012-09-26 02:11:57 UTC
Integrated into 'main-golden', will be available in build *201209260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6fd4664e32f5
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #215375: Change of state should not trigger saving of DB connection parameters
Comment 9 matthias42 2014-01-05 22:55:12 UTC
*** Bug 205016 has been marked as a duplicate of this bug. ***