Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/VariablePathDialogField.java |
2 | 2 | 731 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
Control control = fVariableBlock.createContents(composite); GridData data = new GridData(GridData.FILL_BOTH); |
| ||||
Control control = fAccMdfButtons.getSelectionButtonsGroup(composite); GridData gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL); |
| |||
Control control = [[#variable529bcb00]]. [[#variable529bd4c0]](composite); GridData [[#variable529bd500]]= new GridData(GridData. [[#variable529bd5e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#529bcb00]] | fAccMdfButtons |
1 | 2 | [[#529bcb00]] | fVariableBlock |
2 | 1 | [[#529bd4c0]] | getSelectionButtonsGroup |
2 | 2 | [[#529bd4c0]] | createContents |
3 | 1 | [[#529bd500]] | gd |
3 | 2 | [[#529bd500]] | data |
4 | 1 | [[#529bd5e0]] | HORIZONTAL_ALIGN_FILL |
4 | 2 | [[#529bd5e0]] | FILL_BOTH |