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 34421 - IOException on pasting in explorer
Summary: IOException on pasting in explorer
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2003-06-17 09:44 UTC by pzajac
Modified: 2008-12-22 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.51 KB, text/plain)
2003-06-17 09:44 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2003-06-17 09:44:04 UTC
The exception was thrown because because The
destination folder is subfolder of the source
folder. The exception should be annotated with
user severity.

Annotation: Cannot copy colorpicker: The
destination folder is a subfolder of the source
folder.
Comment 1 pzajac 2003-06-17 09:44:52 UTC
Created attachment 10702 [details]
exception stacktrace
Comment 2 Peter Zavadsky 2003-11-19 14:43:14 UTC
DataFolder should annotate it appropriatelly, not PasteAction.
Comment 3 pzajac 2004-01-28 12:19:40 UTC
IMHO the issue can be fixed in release 3.6.
Comment 4 rmatous 2004-02-03 14:23:01 UTC
Fixed in trunk.

/cvs/openide/loaders/src/org/openide/loaders/DataFolder.java
new revision: 1.16; previous revision: 1.15
Comment 5 pzajac 2004-02-10 13:49:49 UTC
verified