CloneSet82


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
61320.962class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16104
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java
2679
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyCommand.java
3656
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyToClipboardCommand.java
4653
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CreateCopyCommand.java
56103
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CutToClipboardCommand.java
6663
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/DeleteCommand.java
7681
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/DragAndDropCommand.java
8653
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/InitializeCopyCommand.java
9672
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java
10667
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java
116105
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java
12681
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java
136365
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
104
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AddCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_AddCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_AddCommand_description");


Next
Previous
Clone Instance
2
Line Count
6
Source Line
79
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_CopyCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_CopyCommand_description");


Next
Previous
Clone Instance
3
Line Count
6
Source Line
56
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyToClipboardCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_CopyToClipboardCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_CopyToClipboardCommand_description");


Next
Previous
Clone Instance
4
Line Count
6
Source Line
53
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CreateCopyCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_CreateCopyCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_CreateCopyCommand_description");


Next
Previous
Clone Instance
5
Line Count
6
Source Line
103
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CutToClipboardCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_CutToClipboardCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_CutToClipboardCommand_description");


Next
Previous
Clone Instance
6
Line Count
6
Source Line
63
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/DeleteCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_DeleteCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_DeleteCommand_description");


Next
Previous
Clone Instance
7
Line Count
6
Source Line
81
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/DragAndDropCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_DragAndDropCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_DragAndDropCommand_description");


Next
Previous
Clone Instance
8
Line Count
6
Source Line
53
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/InitializeCopyCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_InitializeCopyCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_InitializeCopyCommand_description");


Next
Previous
Clone Instance
9
Line Count
6
Source Line
72
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_MoveCommand_description");


Next
Previous
Clone Instance
10
Line Count
6
Source Line
67
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_PasteFromClipboardCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_PasteFromClipboardCommand_description");


Next
Previous
Clone Instance
11
Line Count
6
Source Line
105
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/RemoveCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_RemoveCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_RemoveCommand_description");


Next
Previous
Clone Instance
12
Line Count
6
Source Line
81
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_ReplaceCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_ReplaceCommand_description");


First
Previous
Clone Instance
13
Line Count
6
Source Line
365
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java

/**
 * This caches the label.
 */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_label");

/**
 * This caches the description.
 */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString("_UI_SetCommand_description");


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * This caches the label.
   */
protected static final String LABEL = EMFEditPlugin.INSTANCE.getString( [[#variable19054120]]);

/**
   * This caches the description.
   */
protected static final String DESCRIPTION = EMFEditPlugin.INSTANCE.getString( [[#variable1904a340]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#19054120]]
"_UI_AddCommand_label" 
12[[#19054120]]
"_UI_CopyCommand_label" 
13[[#19054120]]
"_UI_CopyToClipboardCommand_label" 
14[[#19054120]]
"_UI_CreateCopyCommand_label" 
15[[#19054120]]
"_UI_CutToClipboardCommand_label" 
16[[#19054120]]
"_UI_DeleteCommand_label" 
17[[#19054120]]
"_UI_DragAndDropCommand_label" 
18[[#19054120]]
"_UI_InitializeCopyCommand_label" 
19[[#19054120]]
"_UI_MoveCommand_label" 
110[[#19054120]]
"_UI_PasteFromClipboardCommand_label" 
111[[#19054120]]
"_UI_RemoveCommand_label" 
112[[#19054120]]
"_UI_ReplaceCommand_label" 
113[[#19054120]]
"_UI_SetCommand_label" 
21[[#1904a340]]
"_UI_AddCommand_description" 
22[[#1904a340]]
"_UI_CopyCommand_description" 
23[[#1904a340]]
"_UI_CopyToClipboardCommand_description" 
24[[#1904a340]]
"_UI_CreateCopyCommand_description" 
25[[#1904a340]]
"_UI_CutToClipboardCommand_description" 
26[[#1904a340]]
"_UI_DeleteCommand_description" 
27[[#1904a340]]
"_UI_DragAndDropCommand_description" 
28[[#1904a340]]
"_UI_InitializeCopyCommand_description" 
29[[#1904a340]]
"_UI_MoveCommand_description" 
210[[#1904a340]]
"_UI_PasteFromClipboardCommand_description" 
211[[#1904a340]]
"_UI_RemoveCommand_description" 
212[[#1904a340]]
"_UI_ReplaceCommand_description" 
213[[#1904a340]]
"_UI_SetCommand_description"