Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 161 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/AddVMDialog.java |
2 | 2 | 168 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/AddVMDialog.java |
| ||||
fVMTypeCombo.doFillIntoGrid(parent, 3); ((GridData) fVMTypeCombo.getComboControl(null).getLayoutData()).widthHint = convertWidthInCharsToPixels(50); |
| ||||
fVMArgs.doFillIntoGrid(parent, 3); ((GridData) fVMArgs.getTextControl(null).getLayoutData()).widthHint = convertWidthInCharsToPixels(50); |
| |||
[[#variable645b83e0]].doFillIntoGrid(parent, 3); ((GridData) [[#variable645b83e0]]. [[#variable6462ec60]](null).getLayoutData()).widthHint = convertWidthInCharsToPixels(50); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#645b83e0]] | fVMTypeCombo |
1 | 2 | [[#645b83e0]] | fVMArgs |
2 | 1 | [[#6462ec60]] | getComboControl |
2 | 2 | [[#6462ec60]] | getTextControl |