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 62164 - ClassCastException at ColumnItem.getScale():234
Summary: ClassCastException at ColumnItem.getScale():234
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 15:16 UTC by Martin Schovanek
Modified: 2005-11-21 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ClassCastException (684 bytes, text/plain)
2005-08-11 15:17 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-08-11 15:16:12 UTC
[#050810, jdk1.4.2, Oracle 9.2]

to reproduce:
-------------
1) create new table with column like this (importatnt is the scale property):
   name: x; type: SMALLINT;  scale: 1; ...

ERROR: IDE Throws:
Comment 1 Martin Schovanek 2005-08-11 15:17:44 UTC
Created attachment 23729 [details]
ClassCastException
Comment 2 Andrei Badea 2005-11-06 16:42:21 UTC
Fixed.

Checking in CreateTableDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java,v  <-- 
CreateTableDialog.java
new revision: 1.39; previous revision: 1.38
done
Comment 3 Martin Schovanek 2005-11-21 10:33:36 UTC
VERIFIED