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 255157 - ArrayIndexOutOfBoundsException at java.lang.System.arraycopy
Summary: ArrayIndexOutOfBoundsException at java.lang.System.arraycopy
Status: NEW
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-09-10 07:58 UTC by Exceptions Reporter
Modified: 2015-09-10 07:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219842


Attachments
stacktrace (3.49 KB, text/plain)
2015-09-10 07:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-10 07:58:23 UTC
This bug was originally marked as duplicate of bug 236079, 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, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 8

User Comments:
GUEST: git




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException
   at java.lang.System.arraycopy(System.java:0)
   at org.netbeans.modules.merge.builtin.visualizer.MergePanel.replace(MergePanel.java:1398)
   at org.netbeans.modules.merge.builtin.visualizer.MergePanel.replaceBothInResult(MergePanel.java:1265)
   at org.netbeans.modules.merge.builtin.visualizer.MergeControl.doAcceptBoth(MergeControl.java:377)
   at org.netbeans.modules.merge.builtin.visualizer.MergeControl.actionPerformed(MergeControl.java:415)
   at org.netbeans.modules.merge.builtin.visualizer.MergePanel.fireControlActionCommand(MergePanel.java:562)
Comment 1 Exceptions Reporter 2015-09-10 07:58:25 UTC
Created attachment 156035 [details]
stacktrace