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

Key: GRVY-1648
Type: Exception Exception
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Normal Normal
Assignee: Ilya Sergey
Reporter: Groovy Plugin Reporter
Votes: 0
Watchers: 0
Operations

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

java.lang.IndexOutOfBoundsException: Wrong offset: 4383

Created: 16 Jul 08 22:24   Updated: 16 Aug 08 15:16
Component/s: Plugin Reports
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #7905
Revision: 16466
Build: 1.6.16466


 Description  « Hide
java.lang.IndexOutOfBoundsException: Wrong offset: 4383
	at com.intellij.openapi.editor.ex.util.SegmentArray.findSegmentIndex(SegmentArray.java:20)
	at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter$HighlighterIteratorImpl.<init>(LexerEditorHighlighter.java:8)
	at com.intellij.openapi.editor.ex.util.LexerEditorHighlighter.createIterator(LexerEditorHighlighter.java:99)
	at com.intellij.openapi.editor.impl.IterationState.<init>(IterationState.java:273)
	at com.intellij.openapi.editor.impl.EditorImpl.xyToVisualPosition(EditorImpl.java:763)
	at com.intellij.openapi.editor.impl.EditorImpl.xyToLogicalPosition(EditorImpl.java:732)
	at org.jetbrains.plugins.groovy.codeInspection.local.GroovyAddImportPass.getVisibleRange(GroovyAddImportPass.java:133)
	at org.jetbrains.plugins.groovy.codeInspection.local.GroovyAddImportPass.<init>(GroovyAddImportPass.java:71)
	at org.jetbrains.plugins.groovy.codeInspection.local.GroovyAddImportsPassFactory.createHighlightingPass(GroovyAddImportsPassFactory.java:32)
	at com.intellij.codeInsight.daemon.impl.TextEditorHighlightingPassRegistrarImpl$1.execute(TextEditorHighlightingPassRegistrarImpl.java:2)
	at gnu.trove.TIntHash.forEach(TIntHash.java:157)
	at gnu.trove.TIntObjectHashMap.forEachKey(TIntObjectHashMap.java:389)
	at com.intellij.codeInsight.daemon.impl.TextEditorHighlightingPassRegistrarImpl.instantiatePasses(TextEditorHighlightingPassRegistrarImpl.java:40)
	at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.a(TextEditorBackgroundHighlighter.java:13)
	at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.createPassesForEditor(TextEditorBackgroundHighlighter.java:7)
	at com.intellij.codeInsight.daemon.impl.TextEditorBackgroundHighlighter.createPassesForEditor(TextEditorBackgroundHighlighter.java:8)
	at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$2.run(DaemonCodeAnalyzerImpl.java:12)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:1)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:39)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:41)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:119)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


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