| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 3 | 0.954 | statement_sequence[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewSourceFolderDialog.java |
| 2 | 7 | 78 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java |
| ||||
fContainerFieldStatus = new StatusInfo();
SourceContainerAdapter adapter = new SourceContainerAdapter();
fUseProjectButton = new SelectionButtonDialogField(SWT.RADIO);
fUseProjectButton.setLabelText(NewWizardMessages.NewSourceFolderDialog_useproject_button);
fUseProjectButton.setDialogFieldListener(adapter);
|
| ||||
fContainerFieldStatus = new StatusInfo();
OutputLocationAdapter adapter = new OutputLocationAdapter();
fUseDefault = new SelectionButtonDialogField(SWT.RADIO);
fUseDefault.setLabelText(NewWizardMessages.OutputLocationDialog_usedefault_label);
fUseDefault.setDialogFieldListener(adapter);
|
| |||
fContainerFieldStatus = new StatusInfo(); [[#variable9bb5ea40]] adapter = new [[#variable9bb5ea40]](); [[#variable9bb5e9e0]]= new SelectionButtonDialogField(SWT.RADIO); [[#variable9bb5e9e0]].setLabelText(NewWizardMessages. [[#variable9bb5fb40]]); [[#variable9bb5e9e0]].setDialogFieldListener(adapter); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9bb5ea40]] | OutputLocationAdapter |
| 1 | 2 | [[#9bb5ea40]] | SourceContainerAdapter |
| 2 | 1 | [[#9bb5e9e0]] | fUseDefault |
| 2 | 2 | [[#9bb5e9e0]] | fUseProjectButton |
| 3 | 1 | [[#9bb5fb40]] | OutputLocationDialog_usedefault_label |
| 3 | 2 | [[#9bb5fb40]] | NewSourceFolderDialog_useproject_button |