CloneSet449


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11401.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111450
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java
211145
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DecoratorAdapterFactory.java
312130
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/resource/ResourceItemProviderAdapterFactory.java
411104
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/provider/TreeItemProviderAdapterFactory.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
450
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java

/**
 * This returns the root adapter factory that delegates to this factory.
 */
public ComposeableAdapterFactory getRootAdapterFactory() {
  return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}

/**
 * This sets the direct parent adapter factory into which this factory is composed.
 */
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
  this.parentAdapterFactory = parentAdapterFactory;
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
145
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/DecoratorAdapterFactory.java

/**
 * This returns the root adapter factory that delegates to this factory.
 */
public ComposeableAdapterFactory getRootAdapterFactory() {
  return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}

/**
 * This sets the direct parent adapter factory into which this factory is composed.
 */
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
  this.parentAdapterFactory = parentAdapterFactory;
}


Next
Previous
Clone Instance
3
Line Count
12
Source Line
130
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/resource/ResourceItemProviderAdapterFactory.java

/**
 * This returns the root adapter factory that contains this factory.
 * @generated
 */
public ComposeableAdapterFactory getRootAdapterFactory() {
  return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}

/**
 * This sets the composed adapter factory that contains this factory.
 * @generated
 */
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
  this.parentAdapterFactory = parentAdapterFactory;
}


First
Previous
Clone Instance
4
Line Count
11
Source Line
104
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/provider/TreeItemProviderAdapterFactory.java

/**
 * This returns the root adapter factory that contains this factory.
 */
public ComposeableAdapterFactory getRootAdapterFactory() {
  return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}

/**
 * This sets the composed adapter factory that contains this factory.
 */
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
  this.parentAdapterFactory = parentAdapterFactory;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * This returns the root adapter factory that delegates to this factory.
   */
/**
   * This returns the root adapter factory that contains this factory.
   */
/**
   * This returns the root adapter factory that contains this factory.
   * @generated
   */
public ComposeableAdapterFactory getRootAdapterFactory() {
  return parentAdapterFactory == null ? this : parentAdapterFactory.getRootAdapterFactory();
}

/**
   * This sets the direct parent adapter factory into which this factory is composed.
   */
/**
   * This sets the composed adapter factory that contains this factory.
   */
/**
   * This sets the composed adapter factory that contains this factory.
   * @generated
   */
public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) {
  this.parentAdapterFactory = parentAdapterFactory;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None