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 191809 - AssertionError at org.netbeans.editor.BaseTextUI.atomicLock
Summary: AssertionError at org.netbeans.editor.BaseTextUI.atomicLock
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 193184 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-10 16:26 UTC by misterm
Modified: 2011-10-07 11:55 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173339


Attachments
stacktrace (1.54 KB, text/plain)
2010-11-10 16:26 UTC, misterm
Details
stacktrace (1.29 KB, text/plain)
2010-11-14 22:27 UTC, J Bachorik
Details
stacktrace (1.54 KB, text/plain)
2010-12-20 02:54 UTC, schkovich
Details
stacktrace (1.54 KB, text/plain)
2010-12-22 14:39 UTC, stefan79
Details
stacktrace (1.29 KB, text/plain)
2011-02-11 22:01 UTC, areeda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-11-10 16:26:41 UTC
This issue was reported manually by misterm.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 101110-542c809fd5ba)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

User Comments:
GUEST: Checking in single file to CVS

hmichel: Refreshing a GUI




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.editor.BaseTextUI.atomicLock(BaseTextUI.java:530)
   at org.netbeans.editor.BaseDocument.fireAtomicLock(BaseDocument.java:1933)
   at org.netbeans.editor.BaseDocument.atomicLockImpl(BaseDocument.java:1771)
   at org.netbeans.editor.GuardedDocument.runAtomic(GuardedDocument.java:310)
   at org.openide.text.CloneableEditorSupport$CESUndoRedoManager$RenderUndo.<init>(CloneableEditorSupport.java:3339)
   at org.openide.text.CloneableEditorSupport$CESUndoRedoManager$RenderUndo.<init>(CloneableEditorSupport.java:3330)
Comment 1 misterm 2010-11-10 16:26:44 UTC
Created attachment 102890 [details]
stacktrace
Comment 2 J Bachorik 2010-11-14 22:27:09 UTC
Created attachment 102965 [details]
stacktrace

trying to run a recorded macro
Comment 3 David Strupl 2010-11-18 14:22:55 UTC
Passing to Mila since I have no idea what is the assertion about.
Comment 4 schkovich 2010-12-20 02:54:09 UTC
Created attachment 104292 [details]
stacktrace

refresing diff window
Comment 5 stefan79 2010-12-22 14:39:26 UTC
Created attachment 104394 [details]
stacktrace

Exception occured at CVS-Diff-Window after commiting some files.
Comment 6 areeda 2011-02-11 22:01:08 UTC
Created attachment 105911 [details]
stacktrace

paste a few lines of java code from one project to another
Comment 7 Marian Mirilovic 2011-02-12 12:44:26 UTC
*** Bug 193184 has been marked as a duplicate of this bug. ***
Comment 8 Milutin Kristofic 2011-10-07 11:55:51 UTC
I followed stacktrace and all the points are after big changes. I think it's fixed. You can also see that after this changes, there are no reports for this bug.