Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.971 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 541 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
2 | 2 | 619 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
| |||||
{ oldValue = new BasicEList<Object>((EList<? >) owner.eGet(feature)); // oldValue = owner.eGet(feature); } |
| |||||
{ oldValue = new BasicEList<Object>((Collection<? >) owner.eGet(feature)); } |
| |||
{ oldValue = new BasicEList<Object>(( [[#variable1766e6c0]]<? >) owner.eGet(feature)); // oldValue = owner.eGet(feature); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1766e6c0]] | EList |
1 | 2 | [[#1766e6c0]] | Collection |