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 197979 - [70cat] javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndoableEdit.undo
Summary: [70cat] javax.swing.undo.CannotUndoException at javax.swing.undo.AbstractUndo...
Status: RESOLVED DUPLICATE of bug 192480
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 01:49 UTC by schkovich
Modified: 2011-09-15 14:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178137


Attachments
stacktrace (4.21 KB, text/plain)
2011-04-22 01:49 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-04-22 01:49:21 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
schkovich: Trying to undo changes




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.netbeans.editor.BaseDocument$AtomicCompoundEdit.undo(BaseDocument.java:2223)
   at javax.swing.undo.CompoundEdit.undo(CompoundEdit.java:46)
   at javax.swing.undo.UndoManager.undoTo(UndoManager.java:320)
   at javax.swing.undo.UndoManager.undo(UndoManager.java:398)
Comment 1 schkovich 2011-04-22 01:49:25 UTC
Created attachment 107893 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-09-15 14:53:12 UTC

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