Project
IntelliJ IDEA
Priority
Major
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Kirill Safonov
Subsystem
Version Control. TFS
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Irina Petrovskaya
    2 years ago (25 Mar 2009 19:38)
  • Updated by   root
    2 years ago (17 Jan 2010 21:13)
  • Jira: IDEADEV-35702
    (history, comments)
 
IDEA-48340 IOOBE at org.jetbrains.tfsIntegration.core.TFSFileAnnotation.getLineRevisionNumber
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
invoke Annotate action for some file that has for example single revision
invoke ShowBefore... for the annotations and select the revision:
exceptions, the editor cannot be redrawn

Error during dispatching of
java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.SystemEventQueueUtilities$ComponentWorkRequest@2862ec,notifier=null,catchExceptions=false,when=1237993982961]
on apple.awt.CToolkit@185a1c: 25
java.lang.ArrayIndexOutOfBoundsException: 25
java.lang.ArrayIndexOutOfBoundsException: 25
 at org.jetbrains.tfsIntegration.core.TFSFileAnnotation.getLineRevisionNumber(TFSFileAnnotation.java:139)
 at com.intellij.openapi.vcs.annotate.HighlightAnnotationsActions$HightlightAction.isBold(HighlightAnnotationsActions.java:33)
 at com.intellij.openapi.vcs.annotate.HighlightAnnotationsActions.isLineBold(HighlightAnnotationsActions.java:2)
 at com.intellij.openapi.vcs.actions.AnnotateToggleAction$AnnotationFieldGutter.getStyle(AnnotateToggleAction.java:17)
 at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.a(EditorGutterComponentImpl.java:345)
 at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.paint(EditorGutterComponentImpl.java:609)
 at javax.swing.JComponent._paintImmediately(JComponent.java:4890)
 at javax.swing.JComponent.paintImmediately(JComponent.java:4676)
 at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:477)
 at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
 at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
 at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99)
 at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Kirill Safonov
  Kirill Safonov
10 Jun 2009 15:52
2 years ago
Fix backported to IDEA 8.1.3