History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1671
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Dmitry Jemerov
Reporter: Roman Chernyatchik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

java.util.ConcurrentModificationException

Created: 12 Aug 08 16:51   Updated: 25 Aug 08 13:17
Component/s: Plugin Reports
Fix Version/s: 2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #8660
Revision: 202417
Build: 1.0.202417

Severity: High


 Description  « Hide
Editing jruby file
No message
java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
	at java.util.AbstractList$Itr.next(AbstractList.java:420)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.structure.SymbolScopeUtil$1.process(SymbolScopeUtil.java:73)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.structure.SymbolScopeUtil.processSymbolScope(SymbolScopeUtil.java:36)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.structure.SymbolScopeUtil.processSymbolScope(SymbolScopeUtil.java:55)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.structure.SymbolScopeUtil.processSymbolScope(SymbolScopeUtil.java:22)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.structure.SymbolScopeUtil.collectChildrenWithSuperclassesAndIncludes(SymbolScopeUtil.java:69)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.symbols.RubyOverrideImplementUtil.getOverrideScope(RubyOverrideImplementUtil.java:98)
	at org.jetbrains.plugins.ruby.jruby.search.JRubySuperMethodSearchExecutor.execute(JRubySuperMethodSearchExecutor.java:29)
	at org.jetbrains.plugins.ruby.jruby.search.JRubySuperMethodSearchExecutor.execute(JRubySuperMethodSearchExecutor.java:21)
	at com.intellij.util.ExecutorsQuery.processResults(ExecutorsQuery.java:35)
	at com.intellij.util.AbstractExecutorsQuery.forEach(AbstractExecutorsQuery.java:66)
	at com.intellij.util.AbstractExecutorsQuery.findFirst(AbstractExecutorsQuery.java:46)
	at com.intellij.util.UniqueResultsQuery.findFirst(UniqueResultsQuery.java:46)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.lineMarkers.RubyLineMarkerProvider.getMethodMarker(RubyLineMarkerProvider.java:139)
	at org.jetbrains.plugins.ruby.ruby.codeInsight.lineMarkers.RubyLineMarkerProvider.getLineMarkerInfo(RubyLineMarkerProvider.java:102)
	at com.intellij.codeInsight.daemon.impl.LineMarkersPass.addLineMarkers(LineMarkersPass.java:81)
	at com.intellij.codeInsight.daemon.impl.LineMarkersPass.collectInformationWithProgress(LineMarkersPass.java:67)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:36)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:50)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:275)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:671)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:271)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:154)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:268)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:613)


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.