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 137187 - PROP: IAE from property editor when incorrect value is inserted
Summary: PROP: IAE from property editor when incorrect value is inserted
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 15:49 UTC by Jana Maleckova
Modified: 2008-06-16 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
137187 (2.65 KB, text/plain)
2008-06-13 15:52 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2008-06-13 15:49:53 UTC
Product Version: NetBeans IDE Dev (Build 20080612231344)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)

Description:
============
just type some string into model property of jTree in property sheet => IAE is thrown

StackTrace:
===========
java.lang.IllegalArgumentException: regsegr
	at java.beans.PropertyEditorSupport.setAsText(PropertyEditorSupport.java:166)
	at org.netbeans.modules.form.FormPropertyEditor.setAsText(FormPropertyEditor.java:250)
	at org.openide.explorer.propertysheet.PropUtils.updatePropertyEditor(PropUtils.java:589)
	at org.openide.explorer.propertysheet.PropUtils.updateProp(PropUtils.java:611)
	at org.openide.explorer.propertysheet.SheetCellEditor.stopCellEditing(SheetCellEditor.java:374)
	at org.openide.explorer.propertysheet.SheetCellEditor.actionPerformed(SheetCellEditor.java:241)
Comment 1 Jana Maleckova 2008-06-13 15:52:13 UTC
Created attachment 62817 [details]
137187
Comment 2 Jan Stola 2008-06-15 18:58:21 UTC
Fixed.

Modified files: http://hg.netbeans.org/main?cmd=changeset;node=36fdbd79e2e9
Comment 3 Jana Maleckova 2008-06-16 09:35:51 UTC
verified on

Product Version: NetBeans IDE Dev (Build 20080616034253)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)