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 38880 - Open file from not mounted filesystem fires exception
Summary: Open file from not mounted filesystem fires exception
Status: VERIFIED DUPLICATE of bug 38789
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-16 08:54 UTC by Jaromir Uhrik
Modified: 2008-12-22 17:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (760 bytes, text/plain)
2004-01-16 08:55 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-01-16 08:54:23 UTC
[200401141900; j2sdk1.4.2_03]
Steps to reproduce:
1.Select main menu File->Open File
2.Browse on disk where IDE has not the mount point
3.Open some file
4.File opens and 
java.lang.ArrayIndexOutOfBoundsException appears
Comment 1 Jaromir Uhrik 2004-01-16 08:55:29 UTC
Created attachment 12927 [details]
Exception stack trace
Comment 2 Marian Petras 2004-03-08 16:28:19 UTC
The exception does not contain anything related to module Utilities.

The reporter is able to reproduce is with the specified build but is
not able to reproduce it with the current build.
Comment 3 Marian Mirilovic 2004-03-08 20:39:49 UTC
Jara,
could you reproduce it on last release36 build?

I can't reproduce it in [nb_release36](200403071830), [jdk1.4.2_03]

reassigne to Radek for investigation ....
Comment 4 rmatous 2004-03-09 09:24:54 UTC
According to your stacktrace you report ArrayIndexOutOfBoundsException
and stacktrace correspond to revision 1.51 from 14.1.

revision 1.52
date: 2004/01/15 18:43:26;  author: rmatous;  state: Exp;  lines: +1 -0
#38789 AIOOBE from AutomountSupport.updateFileSystems
----------------------------
revision 1.51
date: 2004/01/14 10:12:08;  author: rmatous;  state: Exp;  lines: +17 -2
fix for #33530 and #31158 - problems with AutomounSupport and its sync
between Repository and settings on disk


*** This issue has been marked as a duplicate of 38789 ***
Comment 5 Marian Mirilovic 2004-03-19 14:18:53 UTC
verified duplicate