Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2836 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java |
2 | 4 | 2841 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/presentation/MappingEditor.java |
| |||||
setToolTipText(MessageFormat.format(MappingUIPlugin.getPlugin().getString("_UI_ShowTopFirst_description"), checked ? mappingEditor.getTopLabel(): mappingEditor.getBottomLabel())); |
| |||||
setText(MessageFormat.format(MappingUIPlugin.getPlugin().getString("_UI_ShowTopFirst_menu_item"), checked ? mappingEditor.getTopLabel(): mappingEditor.getBottomLabel())); |
| |||
[[#variable175df280]](MessageFormat.format(MappingUIPlugin.getPlugin().getString( [[#variable175df7a0]]), checked ? mappingEditor.getTopLabel(): mappingEditor.getBottomLabel())); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175df280]] | setToolTipText |
1 | 2 | [[#175df280]] | setText |
2 | 1 | [[#175df7a0]] | "_UI_ShowTopFirst_description" |
2 | 2 | [[#175df7a0]] | "_UI_ShowTopFirst_menu_item" |