| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 5 | 4 | 0.965 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 470 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 2 | 4 | 474 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 3 | 4 | 478 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 4 | 4 | 482 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 5 | 4 | 486 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| ||||
fGlobalActions.put(ITextEditorActionConstants.UNDO, action);
action = new TextViewerAction(fPatternEditor, ITextOperationTarget.CUT);
action.setText(PreferencesMessages.EditTemplateDialog_cut);
|
| ||||
fGlobalActions.put(ITextEditorActionConstants.CUT, action);
action = new TextViewerAction(fPatternEditor, ITextOperationTarget.COPY);
action.setText(PreferencesMessages.EditTemplateDialog_copy);
|
| ||||
fGlobalActions.put(ITextEditorActionConstants.COPY, action);
action = new TextViewerAction(fPatternEditor, ITextOperationTarget.PASTE);
action.setText(PreferencesMessages.EditTemplateDialog_paste);
|
| ||||
fGlobalActions.put(ITextEditorActionConstants.PASTE, action);
action = new TextViewerAction(fPatternEditor, ITextOperationTarget.SELECT_ALL);
action.setText(PreferencesMessages.EditTemplateDialog_select_all);
|
| ||||
fGlobalActions.put(ITextEditorActionConstants.SELECT_ALL, action);
action = new TextViewerAction(fPatternEditor, ISourceViewer.CONTENTASSIST_PROPOSALS);
action.setText(PreferencesMessages.EditTemplateDialog_content_assist);
|
| |||
fGlobalActions.put(ITextEditorActionConstants. [[#variable9903cfc0]], action); action = new TextViewerAction(fPatternEditor, [[#variable98226920]]. [[#variable98227080]]); action.setText(PreferencesMessages. [[#variable98227040]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9903cfc0]] | SELECT_ALL |
| 1 | 2 | [[#9903cfc0]] | PASTE |
| 1 | 3 | [[#9903cfc0]] | COPY |
| 1 | 4 | [[#9903cfc0]] | CUT |
| 1 | 5 | [[#9903cfc0]] | UNDO |
| 2 | 1 | [[#98226920]] | ISourceViewer |
| 2 | 2 | [[#98226920]] | ITextOperationTarget |
| 2 | 3 | [[#98226920]] | ITextOperationTarget |
| 2 | 4 | [[#98226920]] | ITextOperationTarget |
| 2 | 5 | [[#98226920]] | ITextOperationTarget |
| 3 | 1 | [[#98227080]] | CONTENTASSIST_PROPOSALS |
| 3 | 2 | [[#98227080]] | SELECT_ALL |
| 3 | 3 | [[#98227080]] | PASTE |
| 3 | 4 | [[#98227080]] | COPY |
| 3 | 5 | [[#98227080]] | CUT |
| 4 | 1 | [[#98227040]] | EditTemplateDialog_content_assist |
| 4 | 2 | [[#98227040]] | EditTemplateDialog_select_all |
| 4 | 3 | [[#98227040]] | EditTemplateDialog_paste |
| 4 | 4 | [[#98227040]] | EditTemplateDialog_copy |
| 4 | 5 | [[#98227040]] | EditTemplateDialog_cut |