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 31079 - NFE at .dlg.ColumnItem.setProperty(ColumnItem.java:128)
Summary: NFE at .dlg.ColumnItem.setProperty(ColumnItem.java:128)
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 19:06 UTC by Martin Schovanek
Modified: 2006-06-05 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NumberFormatException (2.98 KB, text/plain)
2003-02-14 19:07 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 19:06:08 UTC
[Nb Build 200202130100, jdk1.4.1]

Step to reproduce:
------------------
1) open Create Table dialog
2) click into 'Column name' cell
3) click into 'Size' cell

-- IDE throws:
java.lang.NumberFormatException: For input string: ""

4) click OK
The OK button is dead. You must cancel the dialog
and start from scratch => P2.
Comment 1 Martin Schovanek 2003-02-14 19:07:30 UTC
Created attachment 8971 [details]
java.lang.NumberFormatException
Comment 2 Radko Najman 2003-02-19 16:37:59 UTC
Fixed in trunk.
Comment 3 Martin Schovanek 2003-03-12 20:05:31 UTC
VERIFIED