Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | stmt_list[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 93 | Scripts/SeqGui/SeqGui.py |
2 | 7 | 100 | Scripts/SeqGui/SeqGui.py |
| ||||
lc.width.PercentOf(self,wxWidth,25) apply_button.SetConstraints(lc) lc = wxLayoutConstraints( ) lc.bottom.SameAs(self,wxBottom,10) lc.left.RightOf(apply_button,5) lc.height.AsIs( ) |
| ||||
lc.width.PercentOf(self,wxWidth,25) clear_button.SetConstraints(lc) lc = wxLayoutConstraints( ) lc.bottom.SameAs(self,wxBottom,10) lc.left.RightOf(clear_button,5) lc.height.AsIs( ) |
| |||
lc.width.PercentOf(self,wxWidth,25) [[#variable1af02fe0]].SetConstraints(lc) lc = wxLayoutConstraints( ) lc.bottom.SameAs(self,wxBottom,10) lc.left.RightOf( [[#variable1af02fe0]],5) lc.height.AsIs( ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1af02fe0]] | apply_button |
1 | 2 | [[#1af02fe0]] | clear_button |