blob: 62f10e5b34823d3019e22a73b9f0a96aa9b486f0 [file] [log] [blame]
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<title>LTK Core API changes</title>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css"
type="text/css">
</head>
<body>
<p>This document lists the API changes that occurred between
R3.2 and R3.3 and
how to migrate from the R3.2 API to the R3.3 API.
</p>
<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Breaking API changes">
<tbody>
<tr>
<td align="left" width="72%"> <font size="+3"><b>LTK Core Refactoring -
Breaking API changes from R3.2 to R3.3</b></font> <br>
</td>
</tr>
<tr>
<td>
None
</td>
</tr>
</tbody>
</table>
<p> </p>
<table border="0" cellpadding="2" cellspacing="5" width="100%" summary="Non-breaking API changes">
<tbody>
<tr>
<td align="left" width="72%"> <font size="+3"><b>LTK Core Refactoring -
Non-breaking API changes from R3.2 to R3.3</b></font> <br>
</td>
</tr>
<tr>
<td>New API for copy and paste refactorings in package <code>org.eclipse.ltk.core.refactoring.participants</code>:
<ul>
<li><code>ReorgExecutionLog#isRenamed(Object)</code></li>
<li><code>ReorgExecutionLog#isProcessed(Object)</code></li>
</ul>
</td>
</tr>
<tr>
<td>New API for creating customizable refactoring descriptors in package <code>org.eclipse.ltk.core.refactoring</code>:
<ul>
<li><code>RefactoringContribution#createDescriptor()</code></li>
<li><code>RefactoringContribution#getId()</code></li>
</ul>
</td>
</tr>
<tr>
<td>New API for extenders of class <code>TextFileChange</code>:
<ul>
<li><code>TextFileChange#needsSaving()</code></li>
<li><code>TextFileChange#isDocumentModified()</code></li>
</ul>
</td>
</tr>
<tr>
<td>New API for performing a change operation in package <code>org.eclipse.ltk.core.refactoring</code>:
<ul>
<li><code>PerformChangeOperation#setSchedulingRule(ISchedulingRule rule)</code></li>
</ul>
</td>
</tr>
</tbody>
</table>
</body>
</html>