CloneSet838


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

if (type != null) {
  types.add(type);
}
AdapterFactory delegateAdapterFactory = getFactoryForTypes(types);
if (delegateAdapterFactory != null) {
  result = isNew ? delegateAdapterFactory.adaptNew(target, type): delegateAdapterFactory.adapt(target, type);
}


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

if (type != null) {
  types.add(type);
}
AdapterFactory delegateAdapterFactory = getFactoryForTypes(types);
if (delegateAdapterFactory != null) {
  result = isNew ? delegateAdapterFactory.adaptNew(target, type): delegateAdapterFactory.adapt(target, type);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (type != null) {
  types.add(type);
}
AdapterFactory delegateAdapterFactory = getFactoryForTypes(types);
if (delegateAdapterFactory != null) {
  result = isNew ? delegateAdapterFactory.adaptNew(target, type): delegateAdapterFactory.adapt(target, type);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None