CloneSet799


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.960method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15525
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.java
2543
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreActionBarContributor.java
35191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/presentation/Ecore2XMLActionBarContributor.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
525
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreActionBarContributor.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"));
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
43
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreActionBarContributor.java

/**
 * 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"));
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
191
Source File
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("ecore2xml-settings")); //$NON-NLS-1$
  toolBarManager.add(new Separator("ecore2xml-additions")); //$NON-NLS-1$
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1740e720]]
"ecore-settings" 
12[[#1740e720]]
"ecore2ecore-settings" 
13[[#1740e720]]
"ecore2xml-settings" 
21[[#1740e620]]
"ecore-additions" 
22[[#1740e620]]
"ecore2ecore-additions" 
23[[#1740e620]]
"ecore2xml-additions"