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 34348

Summary: IllegalArgumentException: Argument to IntEditor.setValue() must be Integer
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IllegalArgumentException

Description Martin Schovanek 2003-06-12 15:23:38 UTC
[Nb build 200306110100, jdk1.4.1, jdbc:oracle:thin]

Column node Property editor throws:
Comment 1 Martin Schovanek 2003-06-12 15:24:16 UTC
Created attachment 10672 [details]
IllegalArgumentException
Comment 2 Radko Najman 2003-08-05 16:41:06 UTC
Fixed.
IllegalArgumentException was thrown when property sheet for column was
creating. The issue was caused by changes in core (IntEditor)
Comment 3 Radko Najman 2003-08-05 16:42:13 UTC
*** Issue 35186 has been marked as a duplicate of this issue. ***
Comment 4 Martin Schovanek 2003-10-07 16:46:54 UTC
VERIFIED