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 83158 - Cannot create file testfile.txe in folder /. This file already exists.
Summary: Cannot create file testfile.txe in folder /. This file already exists.
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-08-22 12:22 UTC by Jaroslav Tulach
Modified: 2008-12-22 23:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The failure report (40.68 KB, text/html)
2006-08-22 12:22 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2006-08-22 12:22:15 UTC
testFsfileRenamed:
      org.netbeans.modules.masterfs.filebasedfs.utils.FSException: Cannot 
create file testfile.txe in folder /. This file already exists.
        at 
org.netbeans.modules.masterfs.filebasedfs.utils.FSException.io(FSException.java:109)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:212)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:184)
        at 
org.netbeans.modules.masterfs.MasterFileObject$AtomicAction.createDataExt(MasterFileObject.java:1121)
        at 
org.netbeans.modules.masterfs.MasterFileObject$AtomicAction.run(MasterFileObject.java:1063)
        at 
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:98)
        at 
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:471)
        at 
org.netbeans.modules.masterfs.MasterFileObject$AtomicAction.createData(MasterFileObject.java:1013)
        at 
org.netbeans.modules.masterfs.MasterFileObject.createData(MasterFileObject.java:431)
        at 
org.openide.filesystems.FileSystemTestHid.testFsfileRenamed(FileSystemTestHid.java:133)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at org.netbeans.junit.NbTestCase.access$100(NbTestCase.java:61)
Comment 1 Jaroslav Tulach 2006-08-22 12:22:44 UTC
Created attachment 33150 [details]
The failure report
Comment 2 rmatous 2006-08-30 15:35:00 UTC
/cvs/openide/fs/test/unit/src/org/openide/filesystems/FileSystemTestHid.java,v 
new revision: 1.3; previous revision: 1.2