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 165462 - NullPointerException at org.netbeans.modules.xml.schema.abe.nodes.ElementNode.initialize
Summary: NullPointerException at org.netbeans.modules.xml.schema.abe.nodes.ElementNode...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 08:06 UTC by uprooter
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151400


Attachments
stacktrace (2.16 KB, text/plain)
2009-05-19 08:06 UTC, uprooter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description uprooter 2009-05-19 08:06:14 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-gentoo-r5, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.schema.abe.nodes.ElementNode.initialize(ElementNode.java:92)
        at org.netbeans.modules.xml.schema.abe.nodes.ElementNode.<init>(ElementNode.java:81)
        at org.netbeans.modules.xml.schema.abe.ElementPanel.makeNBNode(ElementPanel.java:396)
        at org.netbeans.modules.xml.schema.abe.ElementPanel.<init>(ElementPanel.java:90)
        at org.netbeans.modules.xml.schema.abe.ElementsContainerPanel.visit(ElementsContainerPanel.java:103)
        at org.netbeans.modules.xml.axi.Element.accept(Element.java:81)
Comment 1 uprooter 2009-05-19 08:06:23 UTC
Created attachment 82365 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:38 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.