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 200041 - javax.swing.undo.CannotRedoException at org.netbeans.editor.BaseDocumentEvent.redo
Summary: javax.swing.undo.CannotRedoException at org.netbeans.editor.BaseDocumentEvent...
Status: RESOLVED INCOMPLETE
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-07-11 11:47 UTC by rozwell
Modified: 2011-09-19 12:33 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 52811


Attachments
stacktrace (4.77 KB, text/plain)
2011-07-11 11:47 UTC, rozwell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rozwell 2011-07-11 11:47:29 UTC
Build: NetBeans IDE Dev (Build 201107050600)
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:
nvarun: 
This exception occurred while editing a Java file..I was writing this file while creating a NetBeans Module.

rozwell: usind redo

emangraviti: When i edit manualy the jsp code




Stacktrace: 
javax.swing.undo.CannotRedoException
   at org.netbeans.editor.BaseDocumentEvent.redo(BaseDocumentEvent.java:342)
   at org.netbeans.editor.GuardedDocumentEvent.redo(GuardedDocumentEvent.java:81)
   at javax.swing.undo.CompoundEdit.redo(CompoundEdit.java:59)
   at org.netbeans.editor.BaseDocument$AtomicCompoundEdit.redo(BaseDocument.java:2248)
   at org.openide.text.CloneableEditorSupport$FilterUndoableEdit.redo(CloneableEditorSupport.java:3047)
   at javax.swing.undo.UndoManager.redoTo(UndoManager.java:336)
Comment 1 rozwell 2011-07-11 11:47:34 UTC
Created attachment 109363 [details]
stacktrace
Comment 2 Milutin Kristofic 2011-09-19 12:33:18 UTC
This is probably happing, because of race condition, which is really difficult to find without a concrete steps for reproduce. Please, reopen if you can find a way to reproduce this exception