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 8509 - ArrayIndexOutOfBoundsException thrown when downloading CVS contents.
Summary: ArrayIndexOutOfBoundsException thrown when downloading CVS contents.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 normal (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-22 09:09 UTC by Christian Tellefsen
Modified: 2003-07-02 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Tellefsen 2000-11-22 09:09:06 UTC
Wed Nov 22 10:08:07 GMT+01:00 2000java.lang.ArrayIndexOutOfBoundsException: null
java.lang.ArrayIndexOutOfBoundsException

        at
org.netbeans.modules.vcs.cmdline.list.CvsListRecursiveCommand.fillHashtable
(CvsListRecursiveCommand.java:383)

        at
org.netbeans.modules.vcs.cmdline.list.CvsListRecursiveCommand.listRecursively
(CvsListRecursiveCommand.java:508)

        at
org.netbeans.modules.vcs.cmdline.CommandLineVcsDirReaderRecursive.runClass
(CommandLineVcsDirReaderRecursive.java:114)

        at org.netbeans.modules.vcs.cmdline.CommandLineVcsDirReaderRecursive.run
(CommandLineVcsDirReaderRecursive.java:207)

[catch] at java.lang.Thread.run(Thread.java:484)


-------------------------------------------------------------------------------
>Log Session: 22. november 2000 kl 09.56 GMT+01:00
>System Info:
  Product Version          = NetBeans IDE 3.1beta (Build 11)
  IDE Versioning           = IDE/1 spec=1.1.2 impl=Build 11
  Operating System         = Windows NT Version 4.0 Running on x86
  Java Version             = 1.3.0
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0-C
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home                = c:\java\jdk1.3\jre
  Java Class Version       = 47.0
  System Locale            = no_NO
  JIT                      = unknown or not used
  Home Dir                 = C:\WINNT\Profiles\t521319
  Current Directory        = C:\Java\netbeans\bin
  IDE Home                 = C:\Java\netbeans
  IDE User Home            = C:\Java\netbeans
  System Directory         = C:\Java\netbeans\system
  CLASSPATH                = C:\Java\netbeans\lib\patches\openide-
compat.jar;C:\Java\netbeans\lib\locale\core_ja.jar;C:\Java\netbeans\lib\locale\o
penide_ja.jar;C:\Java\netbeans\lib\core.jar;C:\Java\netbeans\lib\openide.jar;C:\
Java\netbeans\lib\updater.jar;C:\Java\netbeans\lib\ext\locale\openidex_ja.jar;C:
\Java\netbeans\lib\ext\locale\vcscore_ja.jar;C:\Java\netbeans\lib\ext\AbsoluteLa
yout.jar;C:\Java\netbeans\lib\ext\jaxp.jar;C:\Java\netbeans\lib\ext\jh.jar;C:\Ja
va\netbeans\lib\ext\openidex.jar;C:\Java\netbeans\lib\ext\parser.jar;C:\Java\net
beans\lib\ext\regexp.jar;C:\Java\netbeans\lib\ext\servlet.jar;C:\Java\netbeans\l
ib\ext\vcscore.jar;c:\java\jdk1.3\lib\dt.jar;c:\java\jdk1.3\lib\tools.jar
-------------------------------------------------------------------------------
[INFO] Loaded modules: org.apache.tools.ant.module (1.2/11);
org.netbeans.modules.clazz/1 (1.4/11); org.netbeans.modules.html/1 (1.4/11);
org.netbeans.modules.httpserver/1 (1.4/11); org.netbeans.modules.icebrowser/1
(1.4/11); org.netbeans.modules.image/1 (1.4/11);
org.netbeans.modules.properties/1 (1.4/11); org.netbeans.modules.i18n/1
(1.4/11); org.netbeans.modules.text/1 (1.4/11);
org.netbeans.modules.usersguide/1 (1.4/11); org.openidex.util/1 (1.4/11);
org.netbeans.modules.autoupdate/1 (1.4/11);
org.netbeans.modules.debugger.core/1 (1.1.6/11); org.netbeans.modules.applet/1
(1.4/11); org.netbeans.modules.debugger.debug/1 (1.6/11);
org.netbeans.modules.debugger.jpda/1 (1.6/11); org.netbeans.modules.editor/1
(1.5/11); org.netbeans.modules.jarpackager/1 (1.4/11);
org.netbeans.modules.java/1 (1.4/11); org.netbeans.modules.beans/1 (1.4/11);
org.netbeans.modules.form/1 (1.4/11); org.netbeans.modules.javadoc/1 (1.4/11);
org.netbeans.modules.objectbrowser/1 (1.4/11); org.netbeans.modules.projects/1
(1.4/11); org.netbeans.modules.scripting/1 (1.1/001);
org.netbeans.modules.utilities/1 (1.4/11); org.netbeans.modules.vcs.cmdline/1
(1.5/11); org.netbeans.modules.web.core/1 (1.1.4/11);
org.netbeans.modules.web.wizard/1 (1.1.4/11)
*********** Exception occurred ************
Wed Nov 22 09:59:50 GMT+01:00 2000java.lang.ArrayIndexOutOfBoundsException: null
java.lang.ArrayIndexOutOfBoundsException

	at
org.netbeans.modules.vcs.cmdline.list.CvsListRecursiveCommand.fillHashtable
(CvsListRecursiveCommand.java:383)

	at
org.netbeans.modules.vcs.cmdline.list.CvsListRecursiveCommand.listRecursively
(CvsListRecursiveCommand.java:508)

	at
org.netbeans.modules.vcs.cmdline.CommandLineVcsDirReaderRecursive.runClass
(CommandLineVcsDirReaderRecursive.java:114)

	at org.netbeans.modules.vcs.cmdline.CommandLineVcsDirReaderRecursive.run
(CommandLineVcsDirReaderRecursive.java:207)

[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Marek Grummich 2000-12-07 15:57:59 UTC
*** Bug 8510 has been marked as a duplicate of this bug. ***
Comment 2 Milos Kleint 2001-01-18 17:09:59 UTC
it's a bug in vcscvs module
Comment 3 Martin Entlicher 2001-01-29 20:25:59 UTC
Fixed in recent development builds.
Comment 4 Quality Engineering 2003-07-02 17:18:46 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.