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 14292 - IllegalArgumentException is thrown when mounting Generic VCS via menu File
Summary: IllegalArgumentException is thrown when mounting Generic VCS via menu File
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: -FFJ-
Hardware: PC Other
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-09 10:23 UTC by dmladek
Modified: 2003-07-01 13:04 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 dmladek 2001-08-09 10:23:52 UTC
[Pilsen-010803]
jdk1.3.1, rh70
==============

Step to Reproduce:
--------------------
1.Menu File -> Mount FS -> select Other FS type
2.Pres OK. (No Wizard is started, but it is known bug, I can't remember its number).So the Empty GenerFS was mounted (with remembered last settings)
but the AIE was thrown too:-( + notice about webmodule ('cause this FS I previously converted into WEB FS too)


Thu Aug 09 11:02:33 CEST 2001: java.lang.IllegalArgumentException: File name element is missing.
java.lang.IllegalArgumentException: File name element is missing.
        at org.netbeans.modules.vcscore.caching.RefreshCommandSupport.matchToFile(RefreshCommandSupport.java:188)
        at org.netbeans.modules.vcscore.caching.VcsCache.createSubFiles(VcsCache.java:386)
        at org.netbeans.modules.vcscore.caching.VcsCache.readDirFinished(VcsCache.java:460)
        at org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader.run(CommandLineVcsDirReader.java:490)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Martin Entlicher 2001-08-20 16:24:10 UTC
It probably happens only when you have some links in your working dir.
Comment 2 Martin Entlicher 2001-09-12 20:30:15 UTC
Should be fixed by the new mounting process. I can not reproduce the
exception any more.
Comment 3 Jiri Kovalsky 2001-10-23 17:11:24 UTC
I tried to mount CVS filesystem previously converted to web module via
generic wizard invoked through "File|Mount Filesystem" menu item and 
no exceptions came up. Verified in development build of NetBeans 3.3 
#200110230735.
Comment 4 Quality Engineering 2003-07-01 13:04:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.