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 204998

Summary: [71cat] javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit.undo
Product: editor Reporter: Michel Graciano <hmichel>
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182826
Attachments: stacktrace

Description Michel Graciano 2011-11-11 15:43:18 UTC
Build: NetBeans IDE Dev (Build 20111111-898b85081926)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Linux

User Comments:
hmichel: Testing undo after save.




Stacktrace: 
javax.swing.undo.CannotUndoException
   at javax.swing.undo.AbstractUndoableEdit.undo(AbstractUndoableEdit.java:110)
   at javax.swing.undo.CompoundEdit.undo(CompoundEdit.java:59)
   at org.netbeans.editor.BaseDocument$AtomicCompoundEdit.undo(BaseDocument.java:2012)
   at org.openide.text.WrapUndoEdit.undo(WrapUndoEdit.java:88)
   at javax.swing.undo.UndoManager.undoTo(UndoManager.java:335)
   at javax.swing.undo.UndoManager.undo(UndoManager.java:413)
Comment 1 Michel Graciano 2011-11-11 15:43:22 UTC
Created attachment 113131 [details]
stacktrace
Comment 2 Michel Graciano 2011-11-11 16:13:08 UTC
Probably related to issue #21237.
Comment 3 Miloslav Metelka 2012-05-31 09:02:12 UTC
Cannot reproduce the problem. Michel, is this still relevant? If so please reopen the issue. Thanks.