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 21691 - NPE while editing a user interface
Summary: NPE while editing a user interface
Status: CLOSED DUPLICATE of bug 11533
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 22:47 UTC by rlee
Modified: 2003-06-30 18:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (42.78 KB, text/plain)
2002-03-18 23:47 UTC, rlee
Details
log file in .gz format (42.68 KB, application/octet-stream)
2002-03-19 23:48 UTC, rlee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rlee 2002-03-18 22:47:06 UTC
I added a ButtonGroup to my form, clicked on JRadioButton in the toolbar,
clicked to add the radio button to my form and a NullPointerException was
thrown.
Comment 1 rlee 2002-03-18 23:47:39 UTC
Created attachment 5084 [details]
log file
Comment 2 _ rkubacki 2002-03-19 10:35:11 UTC
Reassigned to form editor. Unfortunatelly the attachment is not quite
correct. Is it compressed and has it bad MIME type?
Comment 3 Tomas Pavek 2002-03-19 10:46:50 UTC
I've found the following exception in the log:

*********** Exception occurred ************
Fri Mar 01 11:57:01 EST 2002: java.lang.NullPointerException: null
java.lang.NullPointerException
at org.netbeans.modules.form.InPlaceEditLayer.placeInPlaceField
(InPlaceEditLayer.java:382)
at org.netbeans.modules.form.InPlaceEditLayer.access$100
(InPlaceEditLayer.java:33)
at org.netbeans.modules.form.InPlaceEditLayer$2.componentResized
(InPlaceEditLayer.java:247)
at java.awt.Component.processComponentEvent(Component .java:3598)
at java.awt.Component.processEvent(Component.java:355 6)
at java.awt.Container.processEvent(Container.java:116 4)
at java.awt.Component.dispatchEventImpl(Component.jav a:2593)
at java.awt.Container.dispatchEventImpl(Container.jav a:1213)
at java.awt.Component.dispatchEvent(Component.java:24 97)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 339)
...
Comment 4 rlee 2002-03-19 23:48:18 UTC
Created attachment 5104 [details]
log file in .gz format
Comment 5 Tomas Pavek 2002-03-28 11:24:43 UTC
The exception is same as in issue 11533.

Did you use AWT form?

*** This issue has been marked as a duplicate of 11533 ***
Comment 6 Quality Engineering 2003-06-30 18:20:30 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 7 Quality Engineering 2003-06-30 18:30:17 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.