CloneSet1117


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.965method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1688
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/EditingDomainEObjectObservableList.java
26129
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/EditingDomainEObjectObservableList.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
88
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/EditingDomainEObjectObservableList.java

@SuppressWarnings("unchecked") @Override public boolean addAll(Collection collection) {
  checkRealm();
  return execute(AddCommand.create(domain, eObject, eStructuralFeature, collection));
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
129
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/EditingDomainEObjectObservableList.java

@SuppressWarnings("unchecked") @Override public boolean removeAll(Collection collection) {
  checkRealm();
  return execute(RemoveCommand.create(domain, eObject, eStructuralFeature, collection));
}


Clone AbstractionParameter Count: 2Parameter Bindings

@SuppressWarnings("unchecked") @Override public boolean  [[#variable174f29e0]](Collection collection) {
  checkRealm();
  return execute( [[#variable174f2980]].create(domain, eObject, eStructuralFeature, collection));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174f29e0]]
addAll 
12[[#174f29e0]]
removeAll 
21[[#174f2980]]
AddCommand 
22[[#174f2980]]
RemoveCommand