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 172586 - ArrayIndexOutOfBoundsException: 368
Summary: ArrayIndexOutOfBoundsException: 368
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 19:11 UTC by jhalupka
Modified: 2009-10-23 16:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158773


Attachments
stacktrace (3.97 KB, text/plain)
2009-09-18 19:11 UTC, jhalupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jhalupka 2009-09-18 19:11:38 UTC
This issue was originally marked as duplicate of issue 161928, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
jhalupka: Undo operation



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 368
        at org.netbeans.editor.MarkVector.update(MarkVector.java:336)
        at org.netbeans.editor.DocumentContent$Edit.undoOrRedo(DocumentContent.java:443)
        at org.netbeans.editor.DocumentContent$Edit.redo(DocumentContent.java:425)
        at org.netbeans.editor.BaseDocumentEvent.redo(BaseDocumentEvent.java:367)
        at org.netbeans.editor.GuardedDocumentEvent.redo(GuardedDocumentEvent.java:78)
        at javax.swing.undo.CompoundEdit.redo(CompoundEdit.java:59)
Comment 1 jhalupka 2009-09-18 19:11:43 UTC
Created attachment 87934 [details]
stacktrace
Comment 2 Miloslav Metelka 2009-09-29 12:59:23 UTC
Were you editing a java file or any other kind of document? Any specific conditions that could help us to reproduce the problem?