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 - [71cat] javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit.undo
Summary: [71cat] javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndo...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 15:43 UTC by Michel Graciano
Modified: 2012-05-31 09:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182826


Attachments
stacktrace (4.00 KB, text/plain)
2011-11-11 15:43 UTC, Michel Graciano
Details

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