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 156935 - javax.swing.undo.CannotUndoException at org.netbeans.editor.BaseDocumentEvent.undo
Summary: javax.swing.undo.CannotUndoException at org.netbeans.editor.BaseDocumentEvent...
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-01-16 08:38 UTC by arthurbuliva
Modified: 2009-09-03 10:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 11955


Attachments
stacktrace (2.81 KB, text/plain)
2009-01-16 08:39 UTC, arthurbuliva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arthurbuliva 2009-01-16 08:38:58 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-7-generic, i386

User Comments:
arthurbuliva: Occurred when I was opening an Axis2 SOAP Project. File >> Open Project

qingyue: when finished new project

arthurbuliva: Occurred when I was opening an Axis2 SOAP Project. File >> Open Project



Stacktrace: 
javax.swing.undo.CannotUndoException
        at org.netbeans.editor.BaseDocumentEvent.undo(BaseDocumentEvent.java:287)
        at org.netbeans.editor.GuardedDocumentEvent.undo(GuardedDocumentEvent.java:69)
        at javax.swing.undo.CompoundEdit.undo(CompoundEdit.java:46)
        at org.netbeans.editor.BaseDocument$AtomicCompoundEdit.undo(BaseDocument.java:2167)
        at org.netbeans.editor.BaseDocument.breakAtomicLock(BaseDocument.java:1805)
        at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:330)
Comment 1 arthurbuliva 2009-01-16 08:39:03 UTC
Created attachment 75880 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-02-16 12:13:28 UTC
Does anybody know how to reproduce this?
Comment 3 Exceptions Reporter 2009-06-21 16:49:05 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=11955
Comment 4 Vitezslav Stejskal 2009-09-03 10:14:43 UTC
We need steps how to reproduce this.