Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 134 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
2 | 3 | 138 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
3 | 3 | 86 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariableCreationDialog.java |
| ||||
fWorkspaceButton = new SelectionButtonDialogField(SWT.PUSH); fWorkspaceButton.setDialogFieldListener(adapter); fWorkspaceButton.setLabelText(NewWizardMessages.SourceAttachmentBlock_filename_internal_button); |
| ||||
fExternalFolderButton = new SelectionButtonDialogField(SWT.PUSH); fExternalFolderButton.setDialogFieldListener(adapter); fExternalFolderButton.setLabelText(NewWizardMessages.SourceAttachmentBlock_filename_externalfolder_button); |
| ||||
fDirButton = new SelectionButtonDialogField(SWT.PUSH); fDirButton.setDialogFieldListener(adapter); fDirButton.setLabelText(NewWizardMessages.VariableCreationDialog_path_dir_button); |
| |||
[[#variable932fcc20]]= new SelectionButtonDialogField(SWT.PUSH); [[#variable932fcc20]].setDialogFieldListener(adapter); [[#variable932fcc20]].setLabelText(NewWizardMessages. [[#variable930610e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#932fcc20]] | fDirButton |
1 | 2 | [[#932fcc20]] | fWorkspaceButton |
1 | 3 | [[#932fcc20]] | fExternalFolderButton |
2 | 1 | [[#930610e0]] | VariableCreationDialog_path_dir_button |
2 | 2 | [[#930610e0]] | SourceAttachmentBlock_filename_internal_button |
2 | 3 | [[#930610e0]] | SourceAttachmentBlock_filename_externalfolder_button |