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 209011 - javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit.undo
Summary: javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit...
Status: RESOLVED DUPLICATE of bug 226868
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 16:13 UTC by Vladimir Voskresensky
Modified: 2013-06-21 17:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185402


Attachments
stacktrace (4.04 KB, text/plain)
2012-02-29 16:13 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-02-29 16:13:53 UTC
Build: NetBeans IDE Dev (Build 20120229-5a3d99079ffe)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: SunOS

User Comments:
vv159170: undo after refactorings




Stacktrace: 
javax.swing.undo.CannotUndoException
   at javax.swing.undo.AbstractUndoableEdit.undo(AbstractUndoableEdit.java:93)
   at javax.swing.undo.CompoundEdit.undo(CompoundEdit.java:42)
   at org.openide.text.UndoRedoManager.undoSaveActions(UndoRedoManager.java:279)
   at org.openide.text.UndoRedoManager.beforeUndoAtSavepoint(UndoRedoManager.java:273)
   at org.openide.text.WrapUndoEdit.undo(WrapUndoEdit.java:89)
   at org.openide.awt.UndoRedo$Manager.undoTo(UndoRedo.java:230)
Comment 1 Vladimir Voskresensky 2012-02-29 16:13:57 UTC
Created attachment 116212 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-21 17:23:44 UTC

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