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 247732 - NullPointerException at org.netbeans.modules.form.FormDataObject.createNodeDelegate
Summary: NullPointerException at org.netbeans.modules.form.FormDataObject.createNodeDe...
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-10-06 13:45 UTC by PMA_
Modified: 2014-10-06 13:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212500


Attachments
stacktrace (1.52 KB, text/plain)
2014-10-06 13:45 UTC, PMA_
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PMA_ 2014-10-06 13:45:04 UTC
This bug was originally marked as duplicate of bug 207461, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
PMA_: I've installed all the latest updates. After that I'm trying to open a proyect and it freezes on "Initializating proyect.." So I close the proyect and reopen it to finaly be able to work with it, but when double click a Panel.java to work on the source this error occurs.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDataObject.createNodeDelegate(FormDataObject.java:171)
   at org.openide.loaders.DataObject$1.run(DataObject.java:332)
   at org.openide.util.Mutex.readAccess(Mutex.java:372)
   at org.openide.util.Mutex$1R.run(Mutex.java:1322)
   at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1921)
   at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1341)
Comment 1 PMA_ 2014-10-06 13:45:05 UTC
Created attachment 149742 [details]
stacktrace