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 64081 - IOOBE when editing big XML file
Summary: IOOBE when editing big XML file
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 63797 63986 64098 64212 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-12 08:28 UTC by zikmund
Modified: 2005-09-14 09:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.IndexOutOfBoundsException at org.netbeans.modules.xml.text.navigator.TreeNodeAdapter.elementAdded(TreeNodeAdapter.java:264) (1.35 KB, text/plain)
2005-09-12 08:30 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-09-12 08:28:51 UTC
Build 20050909-0922

I got IOOBE when editing 1MB XML file - approx. 1 second after each editing
'session'. Closing navigator didn't help.
Comment 1 zikmund 2005-09-12 08:30:17 UTC
Created attachment 24687 [details]
java.lang.IndexOutOfBoundsException at org.netbeans.modules.xml.text.navigator.TreeNodeAdapter.elementAdded(TreeNodeAdapter.java:264)
Comment 2 zikmund 2005-09-12 10:05:53 UTC
*** Issue 64098 has been marked as a duplicate of this issue. ***
Comment 3 zikmund 2005-09-12 10:10:47 UTC
Martin discovered reproducible steps when Adding servlet into web.xml.
Comment 4 zikmund 2005-09-13 10:16:01 UTC
*** Issue 64212 has been marked as a duplicate of this issue. ***
Comment 5 Petr Pisl 2005-09-13 10:16:37 UTC
*** Issue 64212 has been marked as a duplicate of this issue. ***
Comment 6 Marek Fukala 2005-09-13 11:55:56 UTC
likely caused by fix of issue #63731. I am working on it.
Comment 7 Marek Fukala 2005-09-13 12:20:35 UTC
fixed - I was caused by a forgotten exclamation when I was tuning the code :-).
Thanks to all reporters!

Checking in DocumentModel.java;
/cvs/xml/tageditorsupport/src/org/netbeans/modules/editor/structure/api/DocumentModel.java,v
 <--  DocumentModel.java
new revision: 1.13; previous revision: 1.12
done
Comment 8 zikmund 2005-09-13 12:39:38 UTC
*** Issue 63986 has been marked as a duplicate of this issue. ***
Comment 9 zikmund 2005-09-14 09:09:06 UTC
New Servlet added to web.xml (Martin's repro steps) without problems. Verified.
Comment 10 zikmund 2005-09-14 09:38:31 UTC
*** Issue 63797 has been marked as a duplicate of this issue. ***