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

Summary: Fix testcase, fix compile time warnings, make testoutput readable
Product: db Reporter: matthias42
Component: Show DataAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: patch1
patch2
patch3
patch3v2
patch2v2

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)