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 252399 - ArrayIndexOutOfBoundsException: 1278
Summary: ArrayIndexOutOfBoundsException: 1278
Status: RESOLVED DUPLICATE of bug 246863
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 252794 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-14 10:06 UTC by vkhashin
Modified: 2015-07-10 11:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217292


Attachments
stacktrace (1.69 KB, text/plain)
2015-05-14 10:06 UTC, vkhashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vkhashin 2015-05-14 10:06:05 UTC
This bug was originally marked as duplicate of bug 246174, 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, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
vkhashin: Try to revert modifications in GIT

jglick: Reviewing a Jackpot refactoring.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1278
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager$ScrollMapCached.compute(DiffViewManager.java:746)
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager$ScrollMapCached.getScrollMap(DiffViewManager.java:698)
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager.smartScroll(DiffViewManager.java:522)
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager.access$300(DiffViewManager.java:72)
   at org.netbeans.modules.diff.builtin.visualizer.editable.DiffViewManager$2.run(DiffViewManager.java:179)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
Comment 1 vkhashin 2015-05-14 10:06:07 UTC
Created attachment 153652 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-08 11:11:44 UTC
*** Bug 252794 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2015-07-10 11:17:20 UTC

*** This bug has been marked as a duplicate of bug 246863 ***