Bug 139856

Summary: EtoolsProxyCommand should be renamed
Product: [Modeling] GMF-Runtime Reporter: Richard Gronback <richard.gronback>
Component: GeneralAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: shatalin
Version: unspecified   
Target Milestone: 1.0   
Hardware: All   
OS: All   
Whiteboard:

Description Richard Gronback CLA 2006-05-02 17:33:34 EDT
The class org.eclipse.gmf.runtime.diagram.ui.commands.EtoolsProxyCommand should have a non-commercial product name and have 'Xtools' reference removed:

/**
 * @author melaasar
 *
 * An Etools Command Wrapper for an Xtools Command
 */
public class EtoolsProxyCommand extends Command {
Comment 1 Steven R. Shaw CLA 2006-05-08 15:21:16 EDT
Suggested name: ICommandProxy ?
Comment 2 Richard Gronback CLA 2006-06-08 19:05:28 EDT
This needs to be done for 1.0 release.
Comment 3 Anthony Hunter CLA 2006-06-13 09:55:01 EDT
I will take care of renaming EtoolsProxyCommand to CommandProxy.

I will refactor from PDE, I assume you have no problem me committing the name change to the Borland plug-ins?
Comment 4 Anthony Hunter CLA 2006-06-14 11:05:38 EDT
I made a typo, Note that the EtoolsProxyCommand becomes ICommandProxy == a command wrapper for a GMF ICommand

not to be confused with

CommandProxy == a command wrapper for a GEF Command
Comment 5 Anthony Hunter CLA 2006-06-14 14:39:04 EDT
Renamed EtoolsProxyCommand to ICommandProxy.
Swept all occurances of EtoolsProxyCommand in IBM and Borland code.
Comment 6 Richard Gronback CLA 2008-08-13 13:05:43 EDT
[target cleanup] 1.0 RC5 was the original target milestone for this bug
Comment 7 Eclipse Webmaster CLA 2010-07-19 12:26:30 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Diagram was the original product and component for this bug