CloneSet920


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17220.970class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117531
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java
217594
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
531
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java

/**
 * If the command has executed, returns a list containing only the copy of the wrapper.
 */
@Override public Collection<? > doGetResult() {
  return result;
}

/**
 * Returns a list containing only the original wrapper itself.
 */
@Override public Collection<? > doGetAffectedObjects() {
  if (affectedObjects == null) {
    affectedObjects = Collections.singletonList(WrapperItemProvider.this );
  }
  return affectedObjects;
}


First
Previous
Clone Instance
2
Line Count
17
Source Line
594
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/WrapperItemProvider.java

/**
 * If the command has executed, returns a list containing only the copy of the wrapper.
 */
@Override public Collection<? > getResult() {
  return result;
}

/**
 * Returns a list containing only the original wrapper itself.
 */
@Override public Collection<? > getAffectedObjects() {
  if (affectedObjects == null) {
    affectedObjects = Collections.singletonList(WrapperItemProvider.this );
  }
  return affectedObjects;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * If the command has executed, returns a list containing only the copy of the wrapper.
     */
@Override public Collection<? >  [[#variable174747e0]]() {
  return result;
}

/**
     * Returns a list containing only the original wrapper itself.
     */
@Override public Collection<? >  [[#variable174747c0]]() {
  if (affectedObjects == null) {
    affectedObjects = Collections.singletonList(WrapperItemProvider.this );
  }
  return affectedObjects;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174747e0]]
doGetResult 
12[[#174747e0]]
getResult 
21[[#174747c0]]
doGetAffectedObjects 
22[[#174747c0]]
getAffectedObjects