Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 253 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
2 | 6 | 262 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
3 | 6 | 271 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/workingsets/WorkingSetConfigurationDialog.java |
| ||||
fNewButton = createButton(buttonComposite, nextButtonId++ , WorkingSetMessages.WorkingSetConfigurationDialog_new_label, false); fNewButton.setFont(composite.getFont()); fNewButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { createWorkingSet(); } } ); |
| ||||
fEditButton = createButton(buttonComposite, nextButtonId++ , WorkingSetMessages.WorkingSetConfigurationDialog_edit_label, false); fEditButton.setFont(composite.getFont()); fEditButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { editSelectedWorkingSet(); } } ); |
| ||||
fRemoveButton = createButton(buttonComposite, nextButtonId++ , WorkingSetMessages.WorkingSetConfigurationDialog_remove_label, false); fRemoveButton.setFont(composite.getFont()); fRemoveButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { removeSelectedWorkingSets(); } } ); |
| |||
[[#variable95e48960]]= createButton(buttonComposite, nextButtonId++ , WorkingSetMessages. [[#variable59f355a0]], false); [[#variable95e48960]].setFont(composite.getFont()); [[#variable95e48960]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { [[#variable59f35580]](); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95e48960]] | fNewButton |
1 | 2 | [[#95e48960]] | fEditButton |
1 | 3 | [[#95e48960]] | fRemoveButton |
2 | 1 | [[#59f355a0]] | WorkingSetConfigurationDialog_new_label |
2 | 2 | [[#59f355a0]] | WorkingSetConfigurationDialog_edit_label |
2 | 3 | [[#59f355a0]] | WorkingSetConfigurationDialog_remove_label |
3 | 1 | [[#59f35580]] | createWorkingSet |
3 | 2 | [[#59f35580]] | editSelectedWorkingSet |
3 | 3 | [[#59f35580]] | removeSelectedWorkingSets |