Bug 131768 - [refactoring] API additions for Replace Invocations
Summary: [refactoring] API additions for Replace Invocations
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-03-14 13:38 EST by Markus Keller CLA
Modified: 2006-03-16 04:47 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2006-03-14 13:38:48 EST
I need some API additions for the new "Replace Invocations" refactoring:

org.eclipse.jdt.ui.actions:
+ constant IJavaEditorActionDefinitionIds.REPLACE_INVOCATIONS
+ constant JdtActionConstants.REPLACE_INVOCATIONS
+ ReplaceInvocationsAction.java

org.eclipse.jdt.ui/plugin.xml:
+ action and command definitions

Erich, could you please give PMC approval?
Comment 1 Martin Aeschlimann CLA 2006-03-15 03:54:58 EST
+1 from JDT.UI.
Comment 2 Erich Gamma CLA 2006-03-15 04:08:39 EST
(I thought I had approved this one already)
+1
Comment 3 Markus Keller CLA 2006-03-16 04:47:58 EST
API is in, implementation is still under construction