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 97794 - Java Refactoring: folder drag and drop does not invoke refactoring
Summary: Java Refactoring: folder drag and drop does not invoke refactoring
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks: 90533
  Show dependency tree
 
Reported: 2007-03-14 08:00 UTC by _ sandipchitale
Modified: 2007-04-03 18:02 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 _ sandipchitale 2007-03-14 08:00:59 UTC
1. Create Java project
2. Create package1
2.2 Create Class1 and Class2 in package1
2. At same level create package2

Switch the project view ro folder mode.

Drag and drop package1 folder to package2.

The refactoring is not invoked.
Comment 1 Jan Becicka 2007-03-26 16:43:51 UTC
Checking in api/src/org/netbeans/modules/refactoring/impl/ClipboardConvertor.java;
/cvs/refactoring/api/src/org/netbeans/modules/refactoring/impl/ClipboardConvertor.java,v
 <--  ClipboardConvertor.java
new revision: 1.8; previous revision: 1.7
done
Checking in
java/src/org/netbeans/modules/refactoring/java/ui/RefactoringActionsProvider.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/RefactoringActionsProvider.java,v
 <--  RefactoringActionsProvider.java
new revision: 1.20; previous revision: 1.19
done