Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.965 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 88 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/EditingDomainEObjectObservableList.java |
2 | 6 | 129 | 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)); } |
| |||||
@SuppressWarnings("unchecked") @Override public boolean removeAll(Collection collection) { checkRealm(); return execute(RemoveCommand.create(domain, eObject, eStructuralFeature, collection)); } |
| |||
@SuppressWarnings("unchecked") @Override public boolean [[#variable174f29e0]](Collection collection) { checkRealm(); return execute( [[#variable174f2980]].create(domain, eObject, eStructuralFeature, collection)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174f29e0]] | addAll |
1 | 2 | [[#174f29e0]] | removeAll |
2 | 1 | [[#174f2980]] | AddCommand |
2 | 2 | [[#174f2980]] | RemoveCommand |