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 190356 - UnsupportedOperationException: XXX
Summary: UnsupportedOperationException: XXX
Status: RESOLVED DUPLICATE of bug 72541
Alias: None
Product: apisupport
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 12:56 UTC by Martin Entlicher
Modified: 2010-09-17 18:36 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 Martin Entlicher 2010-09-14 12:56:48 UTC
Trying to rename BoldVariablesTableModelFilterFirst to BoldVariablesTableModelFilter

java.lang.UnsupportedOperationException: XXX: ContextAwareServiceHandler for org.netbeans.modules.debugger.jpda.ui.models.BoldVariablesTableModelFilterFirst
        at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.writeAttribute(WritableXMLFileSystem.java:893)
        at org.openide.filesystems.AbstractFileObject.setAttribute(AbstractFileObject.java:357)
        at org.openide.filesystems.AbstractFileObject.setAttribute(AbstractFileObject.java:340)
        at org.openide.filesystems.FileUtil.copyAttributes(FileUtil.java:1104)
        at org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:731)
        at org.openide.filesystems.FileObject.copy(FileObject.java:131)
        at org.openide.filesystems.AbstractFileObject.copy(AbstractFileObject.java:644)
        at org.openide.filesystems.MultiFileObject.rename(MultiFileObject.java:1243)
        at org.netbeans.modules.apisupport.refactoring.NbRenameRefactoringPlugin$LayerAbstractRefactoringElement.doFileMove(NbRenameRefactoringPlugin.java:271)
        at org.netbeans.modules.apisupport.refactoring.NbRenameRefactoringPlugin$LayerClassRefactoringElement.performChange(NbRenameRefactoringPlugin.java:373)
        at org.netbeans.modules.refactoring.api.RefactoringSession.doRefactoring(RefactoringSession.java:121)
[catch] at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel$1.run(RefactoringPanel.java:456)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 Jesse Glick 2010-09-17 18:36:47 UTC

*** This bug has been marked as a duplicate of bug 72541 ***