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

Summary: ArrayIndexOutOfBoundsException: 0
Product: versioncontrol Reporter: MackSix
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186950
Attachments: stacktrace

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