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 214887 - Fix testcase, fix compile time warnings, make testoutput readable
Summary: Fix testcase, fix compile time warnings, make testoutput readable
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2012-06-27 20:10 UTC by matthias42
Modified: 2012-10-01 12:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch1 (1.51 KB, patch)
2012-06-27 20:10 UTC, matthias42
Details | Diff
patch2 (19.04 KB, patch)
2012-06-27 20:11 UTC, matthias42
Details | Diff
patch3 (9.40 KB, patch)
2012-06-27 20:11 UTC, matthias42
Details | Diff
patch3v2 (8.62 KB, patch)
2012-07-29 12:13 UTC, matthias42
Details | Diff
patch2v2 (130.21 KB, patch)
2012-07-29 13:40 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias42 2012-06-27 20:10:37 UTC
Created attachment 121465 [details]
patch1

Hey,

while pondering sopme deeper changes for the database modules, I noticed, that I had begun some cleanups in the past. Attached you find three patches:

1. Fix a testcase in the database dataview (the test was locale dependend)
2. Fix warnings at compile time
3. Fix output of tests by suppressing two outputs from DatabaseMetadataQuoter (a real fix would mean pretty deep changes, that should be done after more cleanup)

Greetings

Matthias
Comment 1 matthias42 2012-06-27 20:11:23 UTC
Created attachment 121468 [details]
patch2
Comment 2 matthias42 2012-06-27 20:11:40 UTC
Created attachment 121469 [details]
patch3
Comment 3 matthias42 2012-07-29 12:13:03 UTC
Created attachment 122499 [details]
patch3v2

Updated version of patch3 (suppress messages in handler, not in logger)
Comment 4 matthias42 2012-07-29 13:40:16 UTC
Created attachment 122500 [details]
patch2v2

Some more cleanup than version 1 - fixing also some IDE warnings and fixing warnings introduced by the swingx upgrade.
Comment 6 Quality Engineering 2012-10-01 12:08:23 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f74b97b27364
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #214887: Fix testcase (dependence on default locale of platform)