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 128989 - NullPointerException at org.netbeans.modules.form.RADVisualContainer.getContainerDelegate
Summary: NullPointerException at org.netbeans.modules.form.RADVisualContainer.getConta...
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 11:25 UTC by kate
Modified: 2008-03-10 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 33032


Attachments
stacktrace (2.63 KB, text/plain)
2008-03-03 11:26 UTC, kate
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kate 2008-03-03 11:25:57 UTC
Build: NetBeans IDE Dev (Build 200803021202)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
I add detailed description when I reproduce it again.
Comment 1 kate 2008-03-03 11:26:17 UTC
Created attachment 57661 [details]
stacktrace
Comment 2 Jana Maleckova 2008-03-03 13:52:00 UTC
StackTrace:
===========
java.lang.NullPointerException
        at org.netbeans.modules.form.RADVisualContainer.getContainerDelegate(RADVisualContainer.java:174)
        at org.netbeans.modules.form.actions.SelectLayoutAction.convertToNewLayout(SelectLayoutAction.java:259)
        at org.netbeans.modules.form.actions.SelectLayoutAction.access$400(SelectLayoutAction.java:69)
        at
org.netbeans.modules.form.actions.SelectLayoutAction$LayoutActionListener.actionPerformed(SelectLayoutAction.java:246)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 3 Jan Stola 2008-03-03 15:15:12 UTC
I am sorry, I am not able to reproduce this issue and the attached exception is not enough to track the problem down. 
Please, provide more details. It would be ideal to describe exact steps to reproduce.
Comment 4 Jan Stola 2008-03-10 14:46:37 UTC
No additional information provided => closing as non-reproducible.