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

Summary: ArrayIndexOutOfBoundsException: 1278
Product: utilities Reporter: vkhashin
Component: DiffAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick, qingyue
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217292
Attachments: stacktrace

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 ***