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 251137

Summary: StackOverflowError at org.netbeans.modules.xml.axi.impl.ElementProxy.getName
Product: xml Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216078
Attachments: stacktrace

Description Exceptions Reporter 2015-03-12 19:14:41 UTC
This bug was originally marked as duplicate of bug 182268, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
GUEST: Create a new XML document using a XSD with recursive elements




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
   at org.netbeans.modules.xml.axi.impl.ElementProxy.getName(ElementProxy.java:103)
Comment 1 Exceptions Reporter 2015-03-12 19:14:43 UTC
Created attachment 152583 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:14 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