Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.972 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 82 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java |
2 | 4 | 122 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
3 | 4 | 129 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
fFileNameField = new VariablePathDialogField(adapter); fFileNameField.setDialogFieldListener(adapter); fFileNameField.setLabelText(NewWizardMessages.EditVariableEntryDialog_filename_varlabel); fFileNameField.setButtonLabel(NewWizardMessages.EditVariableEntryDialog_filename_external_varbutton); |
| ||||
fFileNameField = new VariablePathDialogField(adapter); fFileNameField.setDialogFieldListener(adapter); fFileNameField.setLabelText(NewWizardMessages.SourceAttachmentBlock_filename_varlabel); fFileNameField.setButtonLabel(NewWizardMessages.SourceAttachmentBlock_filename_external_varbutton); |
| ||||
fFileNameField = new StringButtonDialogField(adapter); fFileNameField.setDialogFieldListener(adapter); fFileNameField.setLabelText(NewWizardMessages.SourceAttachmentBlock_filename_label); fFileNameField.setButtonLabel(NewWizardMessages.SourceAttachmentBlock_filename_externalfile_button); |
| |||
fFileNameField = new [[#variable526492e0]](adapter); fFileNameField.setDialogFieldListener(adapter); fFileNameField.setLabelText(NewWizardMessages. [[#variable9681b200]]); fFileNameField.setButtonLabel(NewWizardMessages. [[#variable61a985c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526492e0]] | VariablePathDialogField |
1 | 2 | [[#526492e0]] | StringButtonDialogField |
1 | 3 | [[#526492e0]] | VariablePathDialogField |
2 | 1 | [[#9681b200]] | SourceAttachmentBlock_filename_varlabel |
2 | 2 | [[#9681b200]] | SourceAttachmentBlock_filename_label |
2 | 3 | [[#9681b200]] | EditVariableEntryDialog_filename_varlabel |
3 | 1 | [[#61a985c0]] | SourceAttachmentBlock_filename_external_varbutton |
3 | 2 | [[#61a985c0]] | SourceAttachmentBlock_filename_externalfile_button |
3 | 3 | [[#61a985c0]] | EditVariableEntryDialog_filename_external_varbutton |