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 84790 - Border editor throws exception
Summary: Border editor throws exception
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 13:39 UTC by Jana Maleckova
Modified: 2006-10-30 10:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.98 KB, text/plain)
2006-09-13 13:41 UTC, Jana Maleckova
Details
84790 (4.12 KB, text/xml)
2006-09-13 13:42 UTC, Jana Maleckova
Details
84790 (4.12 KB, text/plain)
2006-09-13 13:42 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2006-09-13 13:39:23 UTC
NetBeans IDE Dev (Build 200609111800)
1.6.0-rc; Java HotSpot(TM) Server VM 1.6.0-rc-b98
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8

Description:
============
form files were in default package in my project.
Steps:
1) select panel, invoke border editor from properties.
2) set TitledBorder and fill some name in Title node
3) confirm it, move focus in design mode and do one undo
then an exception will occure

StackTrace:
===========
java.lang.AssertionError
	at org.netbeans.modules.form.editors2.BorderEditor.setValue(BorderEditor.java:112)
	at
org.netbeans.modules.form.FormPropertyEditor.setValue(FormPropertyEditor.java:117)
	at
org.openide.explorer.propertysheet.PropUtils.updateEdFromProp(PropUtils.java:881)
	at
org.openide.explorer.propertysheet.PropUtils.getPropertyEditor(PropUtils.java:825)
Comment 1 Jana Maleckova 2006-09-13 13:41:33 UTC
Created attachment 33874 [details]
exception
Comment 2 Jana Maleckova 2006-09-13 13:42:01 UTC
Created attachment 33875 [details]
84790
Comment 3 Jana Maleckova 2006-09-13 13:42:28 UTC
Created attachment 33876 [details]
84790
Comment 4 Jan Stola 2006-09-19 15:29:49 UTC
Fixed.

Modified file:
/cvs/form/src/org/netbeans/modules/form/editors2/BorderEditor.java
new revision: 1.69; previous revision: 1.68
Comment 5 Jana Maleckova 2006-10-30 10:28:02 UTC
verified on
NetBeans IDE Dev (Build 200610261800)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250
it's OK