Bug 462033 - ArrayIndexOutOfBoundsException during rename refactoring
Summary: ArrayIndexOutOfBoundsException during rename refactoring
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.7.3   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 16:27 EDT by Lieven Lemiengre CLA
Modified: 2015-11-11 04:15 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lieven Lemiengre CLA 2015-03-12 16:27:13 EDT
!ENTRY org.eclipse.core.jobs 4 2 2015-03-12 15:45:30.285
!MESSAGE An internal error occurred during: "XtextReconcilerJob".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:536)
	at java.lang.StringBuffer.append(StringBuffer.java:322)
	at org.eclipse.jface.text.GapTextStore.get(GapTextStore.java:164)
	at org.eclipse.jface.text.CopyOnWriteTextStore.get(CopyOnWriteTextStore.java:139)
	at org.eclipse.jface.text.AbstractDocument.get(AbstractDocument.java:1029)
	at org.eclipse.xtext.ui.editor.DocumentBasedDirtyResource.copyState(DocumentBasedDirtyResource.java:99)
	at org.eclipse.xtext.ui.editor.DirtyStateEditorSupport.announceDirtyState(DirtyStateEditorSupport.java:471)
	at org.eclipse.xtext.ui.editor.reconciler.XtextDocumentReconcileStrategy.postParse(XtextDocumentReconcileStrategy.java:160)
	at org.eclipse.xtext.ui.editor.reconciler.XtextDocumentReconcileStrategy.doReconcile(XtextDocumentReconcileStrategy.java:146)
	at org.eclipse.xtext.ui.editor.reconciler.XtextDocumentReconcileStrategy.reconcile(XtextDocumentReconcileStrategy.java:65)
	at org.eclipse.xtext.ui.editor.reconciler.XtextReconciler.doRun(XtextReconciler.java:413)
	at org.eclipse.xtext.ui.editor.reconciler.XtextReconciler.access$3(XtextReconciler.java:393)
	at org.eclipse.xtext.ui.editor.reconciler.XtextReconciler$1.process(XtextReconciler.java:334)
	at org.eclipse.xtext.ui.editor.reconciler.XtextReconciler$1.process(XtextReconciler.java:1)
	at org.eclipse.xtext.util.concurrent.IUnitOfWork$Void.exec(IUnitOfWork.java:36)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.modify(XtextDocument.java:418)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.internalModify(XtextDocument.java:131)
	at org.eclipse.xtext.ui.editor.reconciler.XtextReconciler.run(XtextReconciler.java:331)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Sebastian Zarnekow CLA 2015-03-12 18:14:57 EDT
Maybe a race.
Comment 2 Sebastian Zarnekow CLA 2015-03-16 11:56:18 EDT
Hard to tell what's going on here without more information. Rescheduled for 2.8.2