Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.977 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 332 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterPackagePage.java |
2 | 9 | 193 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/ui/RoseDetailPage.java |
| |||||
final String string = tableItem.getText(index); horizontalAlignment = SWT.LEFT; minimumWidth = Math.max(50, tableItem.getBounds(index).width); final Text text = new Text(table, SWT.NONE); setEditor(text, tableItem, index); text.setFocus(); text.setText(string); text.setSelection(0, string.length()); |
| |||||
final String string = tableItem.getText(column); horizontalAlignment = SWT.LEFT; minimumWidth = Math.max(50, tableItem.getBounds(column).width); final Text text = new Text(table, SWT.NONE); setEditor(text, tableItem, column); text.setFocus(); text.setText(string); text.setSelection(0, string.length()); |
| |||
final String string = tableItem.getText( [[#variable1726e8c0]]); horizontalAlignment = SWT.LEFT; minimumWidth = Math.max(50, tableItem.getBounds( [[#variable1726e8c0]]).width); final Text text = new Text(table, SWT.NONE); setEditor(text, tableItem, [[#variable1726e8c0]]); text.setFocus(); text.setText(string); text.setSelection(0, string.length()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1726e8c0]] | index |
1 | 2 | [[#1726e8c0]] | column |