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 - UnsupportedOperationException: XXX: public static org.netbeans.modules.debugger.ui.actions.DebuggerAction org.netbeans.modules.debugger.ui.actions.DebuggerAction.createStepIntoAction()
Summary: UnsupportedOperationException: XXX: public static org.netbeans.modules.debugg...
Status: RESOLVED DUPLICATE of bug 196608
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 16:24 UTC by Egor Ushakov
Modified: 2011-05-24 21:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178938


Attachments
stacktrace (5.08 KB, text/plain)
2011-05-19 16:24 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***