Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.986 | stmt_list[11] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 115 | Scripts/SeqGui/SeqGui.py |
2 | 12 | 133 | Scripts/SeqGui/SeqGui.py |
| ||||
lc.height.AsIs( ) lc.right.SameAs(self,wxRight,5) src_static.SetConstraints(lc) src_text = wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) lc = wxLayoutConstraints( ) lc.top.Below(src_static,5) lc.left.SameAs(self,wxLeft,5) lc.height.PercentOf(self,wxHeight,30) lc.right.SameAs(self,wxRight,5) src_text.SetConstraints(lc) self.src_text = src_text |
| ||||
lc.height.AsIs( ) lc.right.SameAs(self,wxRight,5) dest_static.SetConstraints(lc) dest_text = wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) lc = wxLayoutConstraints( ) lc.top.Below(dest_static,5) lc.left.SameAs(self,wxLeft,5) lc.height.PercentOf(self,wxHeight,30) lc.right.SameAs(self,wxRight,5) dest_text.SetConstraints(lc) self.dest_text = dest_text |
| |||
lc.height.AsIs( ) lc.right.SameAs(self,wxRight,5) [[#variable625fff20]].SetConstraints(lc) [[#variable5c0714e0]]= wxTextCtrl(self, -1,"",style = wxTE_MULTILINE) lc = wxLayoutConstraints( ) lc.top.Below( [[#variable625fff20]],5) lc.left.SameAs(self,wxLeft,5) lc.height.PercentOf(self,wxHeight,30) lc.right.SameAs(self,wxRight,5) [[#variable5c0714e0]].SetConstraints(lc) self. [[#variable5c0714e0]]= [[#variable5c0714e0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#625fff20]] | dest_static |
1 | 2 | [[#625fff20]] | src_static |
2 | 1 | [[#5c0714e0]] | dest_text |
2 | 2 | [[#5c0714e0]] | src_text |