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 198741

Summary: UnsupportedOperationException: XXX: public static org.netbeans.modules.debugger.ui.actions.DebuggerAction org.netbeans.modules.debugger.ui.actions.DebuggerAction.createStepIntoAction()
Product: apisupport Reporter: Egor Ushakov <gorrus>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178938
Attachments: stacktrace

Description Egor Ushakov 2011-05-19 16:24:16 UTC
Build: NetBeans Platform 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: SunOS

User Comments:
gorrus: copying actions in layer xml




Stacktrace: 
java.lang.UnsupportedOperationException: XXX: public static org.netbeans.modules.debugger.ui.actions.DebuggerAction org.netbeans.modules.debugger.ui.actions.DebuggerAction.createStepIntoAction()
   at org.netbeans.modules.apisupport.project.layers.WritableXMLFileSystem.writeAttribute(WritableXMLFileSystem.java:900)
   at org.openide.filesystems.AbstractFileObject.setAttribute(AbstractFileObject.java:357)
   at org.openide.filesystems.MultiFileObject.setAttribute(MultiFileObject.java:959)
   at org.openide.filesystems.MultiFileObject.setAttribute(MultiFileObject.java:959)
   at org.openide.filesystems.MultiFileObject.setAttribute(MultiFileObject.java:926)
   at org.openide.filesystems.FileUtil.copyAttributes(FileUtil.java:1121)
Comment 1 Egor Ushakov 2011-05-19 16:24:21 UTC
Created attachment 108398 [details]
stacktrace
Comment 2 Jesse Glick 2011-05-24 21:38:15 UTC
(In reply to comment #0)
> gorrus: copying actions in layer xml

Do not do that; it is not likely to work. Open as XML text instead.

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