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 31064 - CCE at .db.explorer.dlg.ColumnItem.getType(ColumnItem.java:146)
Summary: CCE at .db.explorer.dlg.ColumnItem.getType(ColumnItem.java:146)
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 12:53 UTC by Martin Schovanek
Modified: 2003-12-11 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.ClassCastException (2.85 KB, text/plain)
2003-02-14 12:57 UTC, Martin Schovanek
Details
java.lang.ClassCastException (2.94 KB, text/plain)
2003-02-14 13:49 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-02-14 12:53:59 UTC
[Nb Buiold 200203130100, jdk1.4.0]

Steps to reproduce:
-------------------
1) open Create Table dialog
2) type Column name
3) click Data type cell
-- combo with types appears
4) click OK
-- (the combo must be displayed in the Data type cell)


IDE throws:
Comment 1 Martin Schovanek 2003-02-14 12:57:01 UTC
Created attachment 8959 [details]
java.lang.ClassCastException
Comment 2 Martin Schovanek 2003-02-14 13:00:47 UTC
Oops, wrong attachment. 
Comment 3 Martin Schovanek 2003-02-14 13:49:46 UTC
Created attachment 8960 [details]
java.lang.ClassCastException
Comment 4 Radko Najman 2003-09-10 10:49:53 UTC
Fixed.
Comment 5 Martin Schovanek 2003-10-06 17:49:09 UTC
VERIFIED