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 214941 - Cleanup database metadata and fix stray printlns in production code
Summary: Cleanup database metadata and fix stray printlns in production code
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2012-06-28 19:16 UTC by matthias42
Modified: 2012-09-26 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch1 (890 bytes, patch)
2012-06-28 19:18 UTC, matthias42
Details | Diff
patch2 (825 bytes, patch)
2012-06-28 19:18 UTC, matthias42
Details | Diff
patch3 (2.56 KB, patch)
2012-06-28 19:20 UTC, matthias42
Details | Diff
patch4 (1.37 KB, patch)
2012-06-28 19:21 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-28 19:16:51 UTC
I'll attach 4 patches for the database metadata module:

1 - fix warning at compiletime (generics) - src
2 - fix reference to the connector/j jar (driver was update in the 7.2 cycle) - tests
3 - fix failing unittests against current mysql server - tests
4 - fix stray "System.out.println" left over from work on bug #165623

Patch 4 should be considered for 7.2, as this is a user visible ugliness.
Comment 1 matthias42 2012-06-28 19:18:03 UTC
Created attachment 121513 [details]
patch1
Comment 2 matthias42 2012-06-28 19:18:54 UTC
Created attachment 121514 [details]
patch2
Comment 3 matthias42 2012-06-28 19:20:01 UTC
Created attachment 121515 [details]
patch3
Comment 4 matthias42 2012-06-28 19:21:25 UTC
Created attachment 121516 [details]
patch4
Comment 6 Quality Engineering 2012-09-26 02:10:28 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/ded9210e77d8
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #214941: Fix compiletime warning