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

Summary: javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit.undo
Product: platform Reporter: Vladimir Voskresensky <vv159170>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185402
Attachments: stacktrace

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 ***