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 - Enhance error message when it is not possible to create FileObject
Summary: Enhance error message when it is not possible to create FileObject
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-05-11 19:17 UTC by Martin Krauskopf
Modified: 2008-12-22 23:51 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 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