CloneSet1373


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13275
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java
23395
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
275
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java

public Adapter adapt(Notifier target, Object type) {
  return adapt(target, type, false);
}


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

public Adapter adaptNew(Notifier target, Object type) {
  return adapt(target, type, true);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public Adapter  [[#variable1758efa0]](Notifier target, Object type) {
  return adapt(target, type,  [[#variable1758eea0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1758efa0]]
adapt 
12[[#1758efa0]]
adaptNew 
21[[#1758eea0]]
false 
22[[#1758eea0]]
true