Mikro, Thomas and Lukas,
 While Markus was smoke testing a release candidate, he ran into a problem
with the rename refactoring. The stack trace is below...

---------- Forwarded message ----------
From: Markus Barchfeld <[EMAIL PROTECTED]>
Date: Mar 5, 2007 5:27 PM
Subject: Re: [RDT-Dev] RDT 0.9.0?
To: Christopher Williams <[EMAIL PROTECTED]>

Caused by: org.eclipse.text.edits.MalformedTreeException: Overlapping
text edits
at
org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java
:118)
at java.util.Collections.indexedBinarySearch(Collections.java:322)
at java.util.Collections.binarySearch(Collections.java:310)
at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:757)
at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:742)
at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:332)
at
org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getMultiTextEdit
(Unknown
Source)
at
org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getEdit
(Unknown
Source)
at org.rubypeople.rdt.refactoring.core.RubyRefactoring.getChange(Unknown
Source)
at
org.rubypeople.rdt.refactoring.core.RubyRefactoring.createMultiFileChange
(Unknown
Source)
at
org.rubypeople.rdt.refactoring.core.RubyRefactoring.createChange(Unknown
Source)
at
org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(
CreateChangeOperation.java:121)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at
org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(
WorkbenchRunnableAdapter.java:87)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(
ModalContext.java:113)
Root exception:
org.eclipse.text.edits.MalformedTreeException: Overlapping text edits
at
org.eclipse.text.edits.TextEdit$InsertionComparator.compare(TextEdit.java
:118)
at java.util.Collections.indexedBinarySearch(Collections.java:322)
at java.util.Collections.binarySearch(Collections.java:310)
at org.eclipse.text.edits.TextEdit.computeInsertionIndex(TextEdit.java:757)
at org.eclipse.text.edits.TextEdit.internalAdd(TextEdit.java:742)
at org.eclipse.text.edits.TextEdit.addChild(TextEdit.java:332)
at
org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getMultiTextEdit
(Unknown
Source)
at
org.rubypeople.rdt.refactoring.editprovider.MultiEditProvider.getEdit
(Unknown
Source)
at org.rubypeople.rdt.refactoring.core.RubyRefactoring.getChange(Unknown
Source)
at
org.rubypeople.rdt.refactoring.core.RubyRefactoring.createMultiFileChange
(Unknown
Source)
at
org.rubypeople.rdt.refactoring.core.RubyRefactoring.createChange(Unknown
Source)
at
org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(
CreateChangeOperation.java:121)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at
org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(
WorkbenchRunnableAdapter.java:87)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(
ModalContext.java:113)



Thanks,
Chris
--
http://cwilliams.textdriven.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rubyeclipse-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to