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 211111 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED DUPLICATE of bug 211110
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 14:08 UTC by MackSix
Modified: 2012-04-12 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186950


Attachments
stacktrace (3.28 KB, text/plain)
2012-04-12 14:09 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2012-04-12 14:08:59 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: Java HotSpot(TM) Client VM, 23.0-b20, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b19
OS: Windows Vista

User Comments:
MackSix: The "Show Both Locally and Remotely Modified Files" button on Window>>Versioning>>Subversion Window causes this if Subversion is not installed.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.refreshStatuses(VersioningPanel.java:421)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.setDisplayStatuses(VersioningPanel.java:496)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.onDisplayedStatusChanged(VersioningPanel.java:487)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.tgbAllActionPerformed(VersioningPanel.java:923)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.actionPerformed(VersioningPanel.java:896)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 MackSix 2012-04-12 14:09:04 UTC
Created attachment 118204 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-04-12 14:21:16 UTC

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