Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.960 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 525 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java |
2 | 5 | 43 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreActionBarContributor.java |
3 | 5 | 191 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/presentation/Ecore2XMLActionBarContributor.java |
| |||||
/** * This adds Separators for editor additions to the tool bar. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void contributeToToolBar(IToolBarManager toolBarManager) { toolBarManager.add(new Separator("ecore-settings")); toolBarManager.add(new Separator("ecore-additions")); } |
| |||||
/** * This adds Separators for editor additions to the tool bar. */ @Override public void contributeToToolBar(IToolBarManager toolBarManager) { toolBarManager.add(new Separator("ecore2ecore-settings")); toolBarManager.add(new Separator("ecore2ecore-additions")); } |
| |||||
/** * This adds Separators for editor additions to the tool bar. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void contributeToToolBar(IToolBarManager toolBarManager) { toolBarManager.add(new Separator("ecore2xml-settings")); //$NON-NLS-1$ toolBarManager.add(new Separator("ecore2xml-additions")); //$NON-NLS-1$ } |
| |||
/** * This adds Separators for editor additions to the tool bar. */ /** * This adds Separators for editor additions to the tool bar. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void contributeToToolBar(IToolBarManager toolBarManager) { toolBarManager.add(new Separator( [[#variable1740e720]])); //$NON-NLS-1$ toolBarManager.add(new Separator( [[#variable1740e620]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1740e720]] | "ecore-settings" |
1 | 2 | [[#1740e720]] | "ecore2ecore-settings" |
1 | 3 | [[#1740e720]] | "ecore2xml-settings" |
2 | 1 | [[#1740e620]] | "ecore-additions" |
2 | 2 | [[#1740e620]] | "ecore2ecore-additions" |
2 | 3 | [[#1740e620]] | "ecore2xml-additions" |