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 211110 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED FIXED
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:
: 211111 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-12 14:05 UTC by MackSix
Modified: 2012-04-17 08:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186949


Attachments
stacktrace (3.28 KB, text/plain)
2012-04-12 14:06 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:05:58 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 Remotely Modified Files" button on Window>>Versioning>>Subversion Window throws this exception 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:482)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.tgbRemoteActionPerformed(VersioningPanel.java:931)
   at org.netbeans.modules.subversion.ui.status.VersioningPanel.actionPerformed(VersioningPanel.java:902)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
Comment 1 MackSix 2012-04-12 14:06:03 UTC
Created attachment 118203 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-04-12 14:21:16 UTC
*** Bug 211111 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2012-04-12 14:58:36 UTC
the versioning view contains empty context, simply fill it with something: use Subversion -> Show Changes on a project
Comment 4 Ondrej Vrabec 2012-04-12 14:59:50 UTC
fix: http://hg.netbeans.org/core-main/rev/101e0c820a93
Comment 5 Quality Engineering 2012-04-13 09:47:52 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/101e0c820a93
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #211110 - ArrayIndexOutOfBoundsException: 0