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

Summary: IOException on pasting in explorer
Product: platform Reporter: pzajac <pzajac>
Component: Data SystemsAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: exception stacktrace

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