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 252794 - ArrayIndexOutOfBoundsException: 1620
Summary: ArrayIndexOutOfBoundsException: 1620
Status: RESOLVED DUPLICATE of bug 252399
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:
Depends on:
Blocks:
 
Reported: 2015-06-04 09:23 UTC by qingyue
Modified: 2015-07-08 11:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217727


Attachments
stacktrace (1.92 KB, text/plain)
2015-06-04 09:23 UTC, qingyue
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qingyue 2015-06-04 09:23:40 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: OpenJDK 64-Bit Server VM, 25.45-b02, OpenJDK Runtime Environment, 1.8.0_45-internal-b14
OS: Linux

User Comments:
qingyue: while diff files with svn or tools




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 1620
   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.scroll(DiffViewManager.java:201)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.showCurrentDifference(EditableDiffView.java:918)
   at org.netbeans.modules.diff.builtin.visualizer.editable.EditableDiffView.access$2200(EditableDiffView.java:114)
Comment 1 qingyue 2015-06-04 09:23:42 UTC
Created attachment 154050 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-08 11:11:44 UTC

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