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 216616 - NullPointerException at org.netbeans.modules.form.FormDesigner.isInDesigner
Summary: NullPointerException at org.netbeans.modules.form.FormDesigner.isInDesigner
Status: RESOLVED DUPLICATE of bug 189837
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-09 15:07 UTC by Exceptions Reporter
Modified: 2012-08-22 16:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191431


Attachments
stacktrace (4.83 KB, text/plain)
2012-08-09 15:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-08-09 15:07:21 UTC
This bug was originally marked as duplicate of bug 124004, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: I clicked on the jScrollpane of the TopComponent in the Inspector

GUEST: Trabalhando normalmente.

GUEST: Clicked on a JDialog node in the GUI Builder Inspector

GUEST: NullPointerException at org.netbeans.modules.form.FormDesigner.isInDesigner

GUEST: developing swing components




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner.isInDesigner(FormDesigner.java:537)
   at org.netbeans.modules.form.FormDesigner.componentToLayoutComponent(FormDesigner.java:1019)
   at org.netbeans.modules.form.FormDesigner.addComponentToSelectionImpl(FormDesigner.java:999)
   at org.netbeans.modules.form.ComponentInspector$NodeSelectionListener.propertyChange(ComponentInspector.java:525)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 Exceptions Reporter 2012-08-09 15:07:23 UTC
Created attachment 122947 [details]
stacktrace
Comment 2 Tomas Pavek 2012-08-22 16:58:05 UTC
A bug in an old version. Probably fixed as bug 189837.

*** This bug has been marked as a duplicate of bug 189837 ***