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 197001 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 11:30 UTC by jgzornoza
Modified: 2011-03-23 12:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177834


Attachments
stacktrace (5.58 KB, text/plain)
2011-03-23 11:30 UTC, jgzornoza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jgzornoza 2011-03-23 11:30:26 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 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

User Comments:
jgzornoza: Editing a JPanel on a mavenized projet




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 jgzornoza 2011-03-23 11:30:30 UTC
Created attachment 107209 [details]
stacktrace
Comment 2 Tomas Pavek 2011-03-23 12:15:00 UTC

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