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 14483 - Error when creating a folder on the SystemFileSystem
Summary: Error when creating a folder on the SystemFileSystem
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-16 13:31 UTC by Petr Jiricka
Modified: 2008-12-22 20:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception thrown by SystemFileSystem (1.95 KB, text/plain)
2001-08-16 13:33 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2001-08-16 13:31:51 UTC
The exception in the attachment is thrown when a folder is created on the 
SystemFileSystem.

To reproduce:
1) Create a JSP
2) Run this JSP

Also, the following piece of code fails when run inside the IDE:

FileSystem fs = TopManager.getDefault().getRepository().getDefaultFileSystem();
fs.getRoot().createFolder("Folder1/Folder2");
Comment 1 Petr Jiricka 2001-08-16 13:33:18 UTC
Created attachment 2198 [details]
Exception thrown by SystemFileSystem
Comment 2 Jan Pokorsky 2001-08-16 14:34:33 UTC
fixed in trunk
Comment 3 Marian Mirilovic 2002-04-12 14:32:24 UTC
verified in [nb_dev](20020412)
Comment 4 Quality Engineering 2003-07-01 16:39:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.