Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.971 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 121 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/MoveCommand.java |
2 | 11 | 140 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/ReplaceCommand.java |
| |||||
{ super(domain, LABEL, DESCRIPTION); this.owner = owner; this.feature = feature; this.value = value; this.index = index; ownerList = getOwnerList(this.owner, feature); } |
| |||||
{ super(domain, LABEL, DESCRIPTION); // Initialize all the fields from the command parameter. // this.owner = owner; this.feature = feature; this.value = value; this.collection = collection; ownerList = getOwnerList(this.owner, feature); } |
| |||
{ super(domain, LABEL, DESCRIPTION); // Initialize all the fields from the command parameter. // this.owner = owner; this.feature = feature; this.value = value; this. [[#variable17458bc0]]= [[#variable17458bc0]]; ownerList = getOwnerList(this.owner, feature); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17458bc0]] | index |
1 | 2 | [[#17458bc0]] | collection |