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 205197 - [71cat] ClassCastException: org.openide.text.UndoRedoManager cannot be cast to org.netbeans.modules.websvc.rest.wadl.design.undo.QuietUndoManager
Summary: [71cat] ClassCastException: org.openide.text.UndoRedoManager cannot be cast t...
Status: RESOLVED DUPLICATE of bug 204963
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 13:25 UTC by alied
Modified: 2011-11-20 22:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182957


Attachments
stacktrace (4.23 KB, text/plain)
2011-11-16 13:25 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-11-16 13:25:54 UTC
Build: NetBeans IDE Dev (Build 201111150600)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows XP

User Comments:
alied: basically while opening a .wadl for edition from a maven project.
I have not been able to open it.

alied: both open and edit actions raise this exception.




Stacktrace: 
java.lang.ClassCastException: org.openide.text.UndoRedoManager cannot be cast to org.netbeans.modules.websvc.rest.wadl.design.undo.QuietUndoManager
   at org.netbeans.modules.websvc.rest.wadl.design.loader.WadlEditorSupport.getUndoManager(WadlEditorSupport.java:255)
   at org.netbeans.modules.websvc.rest.wadl.design.loader.WadlEditorSupport$3.taskFinished(WadlEditorSupport.java:266)
   at org.openide.util.Task.addTaskListener(Task.java:266)
   at org.netbeans.modules.websvc.rest.wadl.design.loader.WadlEditorSupport.prepareDocument(WadlEditorSupport.java:264)
   at org.openide.text.CloneableEditorSupport.createCloneableTopComponent(CloneableEditorSupport.java:1364)
   at org.openide.windows.CloneableOpenSupport.openCloneableTopComponent(CloneableOpenSupport.java:200)
Comment 1 alied 2011-11-16 13:25:57 UTC
Created attachment 113258 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-11-18 09:08:10 UTC
Might be already fixed by Mila :
http://hg.netbeans.org/main-golden/rev/253c5d98d9fa
Comment 3 Denis Anisimov 2011-11-18 09:11:03 UTC
WADL designer module is not longer under development.
Comment 4 Miloslav Metelka 2011-11-20 22:10:01 UTC

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