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 262251 - NullPointerException at java.awt.Container.addImpl
Summary: NullPointerException at java.awt.Container.addImpl
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 11:04 UTC by Exceptions Reporter
Modified: 2016-05-27 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224243


Attachments
stacktrace (4.96 KB, text/plain)
2016-05-27 11:04 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-05-27 11:04:09 UTC
This bug was originally marked as duplicate of bug 166092, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
GUEST: while trying to preview the UI design




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Container.addImpl(Container.java:1097)
   at java.awt.Container.add(Container.java:417)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.createLayout(SwingLayoutBuilder.java:171)
   at org.netbeans.modules.form.layoutdesign.support.SwingLayoutBuilder.setupContainerLayout(SwingLayoutBuilder.java:108)
   at org.netbeans.modules.form.VisualReplicator.setupContainerLayout(VisualReplicator.java:900)
   at org.netbeans.modules.form.VisualReplicator.cloneComponent(VisualReplicator.java:827)
Comment 1 Exceptions Reporter 2016-05-27 11:04:11 UTC
Created attachment 159900 [details]
stacktrace