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 193528

Summary: [70cat][ide] Refactor Copy not available for all Paste operations within Tree. Missing for multi-file paste
Product: java Reporter: esmithbss <esmithbss>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description esmithbss 2010-12-17 05:28:43 UTC
Product Version = NetBeans IDE Dev (Build 201012150001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

When copying files between java packages, if a single file is copied, the option for performing a refactor-copy is available under the pop-up paste operation.  This is not available when pasting multiple files in one operation.

The option should be available and performed on each individual file within the paste operation as it is done for a single file.
Comment 1 Jan Becicka 2011-01-06 10:12:59 UTC
Refactor copy for single file allows to specify name of the target file. What should be done for multiple files?