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 18975 - ArrayIndexOutOfBoundsException when unmounting file system
Summary: ArrayIndexOutOfBoundsException when unmounting file system
Status: CLOSED DUPLICATE of bug 18967
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-02 13:14 UTC by R. Schiess
Modified: 2002-01-04 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (484.40 KB, text/plain)
2002-01-02 13:16 UTC, R. Schiess
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R. Schiess 2002-01-02 13:14:16 UTC
when unmounting a CVS file system I got an exception.
log to follow...

((oh,oh, the new release is really buggy, my friends...))
Comment 1 R. Schiess 2002-01-02 13:16:57 UTC
Created attachment 3947 [details]
log
Comment 2 _ ttran 2002-01-02 16:57:48 UTC
there are two relevant exceptions

  java.lang.NullPointerException
	at
org.netbeans.modules.debugger.support.actions.DebuggerWindowPerformer.getDebuggerWindow(DebuggerWindowPerformer.java:108)
	at
org.netbeans.modules.debugger.support.nodes.DebuggerWindow.readExternal(DebuggerWindow.java:194)

this one is a bug in debuggercore module (see also bug 18967).  The
other one you're talking about is
java.lang.ArrayIndexOutOfBoundsException which involves only Swing
code.  I don't think there is much hope we can fix it in NB code.  If
you can reproduce it please post the steps here so we can evaluate and
possible file a bug against Swing.

> ((oh,oh, the new release is really buggy, my friends...))

Oh, ahh...  Well, please be specific and keep reporting the bugs.  Thanks







Comment 3 Jan Stola 2002-01-04 09:31:56 UTC

*** This issue has been marked as a duplicate of 18967 ***
Comment 4 Jan Stola 2002-01-04 09:32:33 UTC
Duplicate -> Closed.