Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.963 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 564 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProvider.java |
2 | 5 | 575 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProvider.java |
| |||||
{ this.text = text; this.image = image; this.parent = parent; this.children = new ItemProviderNotifyingArrayList<Object>(); } |
| |||||
{ this.text = text; this.image = image; this.parent = parent; this.children = new ItemProviderNotifyingArrayList<Object>(children); } |
| |||
{ this.text = text; this.image = image; this.parent = parent; this.children = new ItemProviderNotifyingArrayList<Object> [[#variable1751e460]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1751e460]] | () |
1 | 2 | [[#1751e460]] | (children) |