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 232432 - NullPointerException at org.netbeans.tax.TreeParentNode.getChildNodes
Summary: NullPointerException at org.netbeans.tax.TreeParentNode.getChildNodes
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: TAX (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 10:08 UTC by Tomas Stupka
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201993


Attachments
stacktrace (1.57 KB, text/plain)
2013-07-09 10:08 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-09 10:08:54 UTC
Build: NetBeans IDE Dev (Build 20130708-c605c32ac4b4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: appeared after invoking the "convert registration to java annotation" hint in a layer file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.tax.TreeParentNode.getChildNodes(TreeParentNode.java:325)
   at org.netbeans.tax.TreeParentNode.getChildNodes(TreeParentNode.java:308)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.findElementIn(WritableXMLFileSystem.java:219)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.findElementIn(WritableXMLFileSystem.java:231)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.findElementIn(WritableXMLFileSystem.java:231)
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.findElementIn(WritableXMLFileSystem.java:231)
Comment 1 Tomas Stupka 2013-07-09 10:08:55 UTC
Created attachment 136861 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss