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 190944 - 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: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 12:33 UTC by FiruzzZ
Modified: 2011-02-02 13:35 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173123


Attachments
stacktrace (5.38 KB, text/plain)
2010-10-12 12:34 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2010-10-12 12:33:57 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 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP

User Comments:
FiruzzZ: opening a javax.swing.JFrame (design mode)

GUEST: Compiling i guess.

GUEST: I was coding a class that uses CachedRowSetImpl




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner.isInDesigner(FormDesigner.java:542)
   at org.netbeans.modules.form.FormDesigner.componentToLayoutComponent(FormDesigner.java:1024)
   at org.netbeans.modules.form.FormDesigner.addComponentToSelectionImpl(FormDesigner.java:1004)
   at org.netbeans.modules.form.ComponentInspector$NodeSelectionListener.propertyChange(ComponentInspector.java:528)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 FiruzzZ 2010-10-12 12:34:03 UTC
Created attachment 102366 [details]
stacktrace
Comment 2 Tomas Pavek 2011-02-02 13:35:25 UTC

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