Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jdt.ui/apichanges_jdt-ui.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jdt.ui/apichanges_jdt-ui.html b/org.eclipse.jdt.ui/apichanges_jdt-ui.html
index ad6dab577b..0985e214ce 100644
--- a/org.eclipse.jdt.ui/apichanges_jdt-ui.html
+++ b/org.eclipse.jdt.ui/apichanges_jdt-ui.html
@@ -46,6 +46,9 @@ deprecated in favor of <code>createJarDescriptionWriter(OutputStream, String)</c
New API in <code>org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds.java</code>:
<ul>
<li>COPY_PROCESSOR</li>
+ <li>addition to RENAME_PACKAGE_FRAGMENT_PROCESSOR:
+ <br>participants can now get an IJavaElementMapper and an IResourceMapper
+ from the processor to find the location of elements after the rename</li>
</ul>
</td>
</tr>

Back to the top