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 127773 - java.lang.UnsupportedOperationException: Cannot move multiple files/folders yet!
Summary: java.lang.UnsupportedOperationException: Cannot move multiple files/folders yet!
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: eokorley
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-19 17:35 UTC by jsr
Modified: 2013-02-10 03:16 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter: 4972


Attachments
bug (52.52 KB, patch)
2013-02-10 03:10 UTC, eokorley
Details | Diff
bug (52.52 KB, application/octet-stream)
2013-02-10 03:13 UTC, eokorley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsr 2008-02-19 17:35:51 UTC
If this feature is not yet implemented, it should either give a friendly error message or change the cursor to 
indicate that it is not allowed and do nothing. 


----


Build: NetBeans IDE Dev (Build 200709200000)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
User comments: When I drap the jsp files into a new folder.
STACKTRACE: (first 10 lines)
java.lang.UnsupportedOperationException: Cannot move multiple files/folders yet!
        at 
org.netbeans.modules.visualweb.insync.faces.refactoring.FacesRefactoringActionsProvider$2.createRefactoringUI
(FacesRefactoringActionsProvider.java:149)
        at 
org.netbeans.modules.visualweb.insync.faces.refactoring.FacesRefactoringActionsProvider$NodeToFileObjectTask.run
(FacesRefactoringActionsProvider.java:210)
        at org.netbeans.modules.visualweb.insync.faces.refactoring.FacesRefactoringUtils.invokeAfterScanFinished
(FacesRefactoringUtils.java:814)
        at org.netbeans.modules.visualweb.insync.faces.refactoring.FacesRefactoringActionsProvider.doMove
(FacesRefactoringActionsProvider.java:154)
        at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doMove
(ActionsImplementationFactory.java:91)
        at org.netbeans.modules.refactoring.spi.impl.MoveAction.performAction(MoveAction.java:40)
        at org.netbeans.modules.refactoring.spi.impl.RefactoringGlobalAction$ContextAction.actionPerformed
(RefactoringGlobalAction.java:164)
        at org.netbeans.modules.refactoring.impl.ClipboardConvertor$RefactoringPaste$RefactoringPasteType$1.run
(ClipboardConvertor.java:120)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 Exceptions Reporter 2008-09-17 09:04:26 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=4972
Comment 2 eokorley 2013-02-10 03:10:21 UTC
Created attachment 131201 [details]
bug
Comment 3 eokorley 2013-02-10 03:13:45 UTC
Created attachment 131202 [details]
bug