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 234861 - IndexOutOfBoundsException: Index: -1, Size: 52
Summary: IndexOutOfBoundsException: Index: -1, Size: 52
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 10:55 UTC by Lukas Jungmann
Modified: 2016-07-07 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203296


Attachments
stacktrace (2.14 KB, text/plain)
2013-08-23 10:55 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2013-08-23 10:55:22 UTC
Build: NetBeans IDE Dev (Build 20130823-1da1126602fe)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
jungi: editing WSDL file




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: -1, Size: 52
   at java.util.ArrayList.rangeCheckForAdd(ArrayList.java:612)
   at java.util.ArrayList.add(ArrayList.java:426)
   at org.netbeans.modules.xml.text.navigator.TreeNodeAdapter.elementAdded(TreeNodeAdapter.java:336)
   at org.netbeans.modules.editor.structure.api.DocumentElement.fireDocumentElementEvent(DocumentElement.java:367)
   at org.netbeans.modules.editor.structure.api.DocumentElement.fireDocumentElementEvent(DocumentElement.java:359)
   at org.netbeans.modules.editor.structure.api.DocumentElement.childAdded(DocumentElement.java:377)
Comment 1 Lukas Jungmann 2013-08-23 10:55:25 UTC
Created attachment 139118 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:06 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