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 76230

Summary: Enhance error message when it is not possible to create FileObject
Product: platform Reporter: Martin Krauskopf <mkrauskopf>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Krauskopf 2006-05-11 19:17:17 UTC
I.e. use different keys in methods like FolderObj.createData() for different
cases. At least for file2Create.exists() case. Since this makes
developing/testing harder. I always have to look why the abc.xyz file cannot be
created. Quite useful and quite easy fix I believe.
Maybe also consider similar cases like delete/copying/..., not sure.
Comment 1 rmatous 2006-05-12 13:05:22 UTC
/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/Bundle.properties,v
 new revision: 1.8; previous revision: 1.7

/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java,v
 new revision: 1.20; previous revision: 1.19
Comment 2 rmatous 2006-06-29 08:30:52 UTC
Fixed