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 150394 - [65cat] AssertionError: Source.runCompileControlTask called under Document write lock.
Summary: [65cat] AssertionError: Source.runCompileControlTask called under Document wr...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 14:52 UTC by rajivderas
Modified: 2009-09-17 14:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 128932


Attachments
stacktrace (2.97 KB, text/plain)
2008-10-16 14:52 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-16 14:52:10 UTC
Build: NetBeans IDE Dev (Build 200810160201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
rajivderas: just clicked on the editor on the ruby file and cliked find usage



Stacktrace: 
java.lang.AssertionError: Source.runCompileControlTask called under Document write lock.
        at org.netbeans.napi.gsfret.source.Source.runUserActionTask(Source.java:442)
        at org.netbeans.modules.refactoring.ruby.ui.RefactoringActionsProvider$TextComponentTask.run(RefactoringActionsProvider.java:300)
        at org.netbeans.modules.refactoring.ruby.ui.RefactoringActionsProvider.doFindUsages(RefactoringActionsProvider.java:234)
        at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doFindUsages(ActionsImplementationFactory.java:87)
        at org.netbeans.modules.refactoring.spi.impl.WhereUsedAction.performAction(WhereUsedAction.java:62)
        at org.netbeans.modules.refactoring.spi.impl.RefactoringGlobalAction$ContextAction.actionPerformed(RefactoringGlobalAction.java:177)
Comment 1 rajivderas 2008-10-16 14:52:16 UTC
Created attachment 71985 [details]
stacktrace
Comment 2 David Strupl 2009-01-14 14:37:36 UTC
Moving from ruby/GSF to editor/CSL. Step one: assign to myself ;-)
Comment 3 David Strupl 2009-01-14 14:47:45 UTC
Step 2: trying to make the owner not myself but the owner of the subcomponent.
Comment 4 Vitezslav Stejskal 2009-02-02 13:33:54 UTC
Ruby refactoring?
Comment 5 Erno Mononen 2009-09-17 14:31:06 UTC
I think this issue is not relevant anymore after GSF -> CSL migration.