Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 102 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/AdapterFactoryTreeEditor.java |
2 | 10 | 147 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/AdapterFactoryTreeEditor.java |
| |||||
if (event.character == '\r' || event.character == '\n') { updateableItemText.setText(object, text.getText()); setEditor(null); text.dispose(); } else if (event.character == '\u001b') { setEditor(null); text.dispose(); } |
| |||||
if (event.character == '\r' || event.character == '\n') { updateableItemText.setText(object, combo.getText()); setEditor(null); combo.dispose(); } else if (event.character == '\u001b') { setEditor(null); combo.dispose(); } |
| |||
if (event.character == '\r' || event.character == '\n') { updateableItemText.setText(object, [[#variable17437360]].getText()); setEditor(null); [[#variable17437360]].dispose(); } else if (event.character == '\u001b') { setEditor(null); [[#variable17437360]].dispose(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17437360]] | text |
1 | 2 | [[#17437360]] | combo |