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 245537 - NullPointerException at org.netbeans.modules.form.FormDesigner$FormListener.updateConnectedProperties
Summary: NullPointerException at org.netbeans.modules.form.FormDesigner$FormListener.u...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 08:10 UTC by Exceptions Reporter
Modified: 2015-02-09 13:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210633


Attachments
stacktrace (2.09 KB, text/plain)
2014-07-10 08:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-07-10 08:10:32 UTC
This bug was originally marked as duplicate of bug 220513, 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.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 8

User Comments:
GUEST: After open the project, unfolder the Menus swing and select the Menu band item




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner$FormListener.updateConnectedProperties(FormDesigner.java:2758)
   at org.netbeans.modules.form.FormDesigner$FormListener.run(FormDesigner.java:2659)
   at org.netbeans.modules.form.FormLAF$3.run(FormLAF.java:333)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1368)
   at org.openide.util.Mutex.readAccess(Mutex.java:278)
   at org.netbeans.modules.form.FormLAF.executeWithLookAndFeel(FormLAF.java:316)
Comment 1 Exceptions Reporter 2014-07-10 08:10:34 UTC
Created attachment 147964 [details]
stacktrace