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 153247 - ArrayIndexOutOfBoundsException: 11
Summary: ArrayIndexOutOfBoundsException: 11
Status: RESOLVED DUPLICATE of bug 171020
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: diff-issues@utilities
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 21:53 UTC by Jesse Glick
Modified: 2009-08-28 18:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 139655


Attachments
stacktrace (1.13 KB, text/plain)
2008-11-14 21:53 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-11-14 21:53:07 UTC
Build: NetBeans IDE Dev (Build 081113)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-7-generic, i386

User Comments:
jglick: Scrolling rapidly through a multi-file Hg diff.



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 11
        at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.showCurrentDifference(EditableDiffView.java:609)
        at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.access$1500(EditableDiffView.java:99)
        at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView$.run(EditableDiffView.java:339)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
Comment 1 Jesse Glick 2008-11-14 21:53:12 UTC
Created attachment 73780 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-08-28 18:26:16 UTC

*** This issue has been marked as a duplicate of 171020 ***