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 195475 - [70cat] javax.swing.undo.CannotUndoException at org.netbeans.editor.BaseDocument.breakAtomicLock
Summary: [70cat] javax.swing.undo.CannotUndoException at org.netbeans.editor.BaseDocum...
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 22:33 UTC by javydreamercsw
Modified: 2011-02-23 08:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176682


Attachments
stacktrace (1.64 KB, text/plain)
2011-02-14 22:33 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-02-14 22:33:27 UTC
Build: NetBeans IDE 7.0 Beta 2 (Build 201102100000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
javydreamercsw: Performing a revert modifications call. Revert was successfull.




Stacktrace: 
javax.swing.undo.CannotUndoException
   at org.netbeans.editor.BaseDocument.breakAtomicLock(BaseDocument.java:1873)
   at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:320)
   at org.openide.text.NbDocument.runAtomic(NbDocument.java:422)
   at org.openide.text.CloneableEditorSupport.reloadDocument(CloneableEditorSupport.java:1682)
   at org.netbeans.modules.properties.PropertiesEditorSupport.reloadDocument(PropertiesEditorSupport.java:378)
   at org.openide.text.CloneableEditorSupport.checkReload(CloneableEditorSupport.java:2316)
Comment 1 javydreamercsw 2011-02-14 22:33:33 UTC
Created attachment 106003 [details]
stacktrace
Comment 2 David Strupl 2011-02-23 08:01:56 UTC
Can you please be more specific as to what does "revert modifications call" mean? Do I understand correctly that you used some VCS support? Which one? After adding some more information please reopen.