Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.972 | stmt_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 198 | Scripts/xbbtools/xbb_widget.py |
2 | 6 | 214 | Scripts/xbbtools/xbb_widget.py |
| ||||
self.seq_info1 = Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) self.seq_info1.pack(fill = BOTH,expand = 1,side = TOP) self.position_ids = { } d = self.position_ids d["id"] = Label(self.seq_info1,width = 10) |
| ||||
self.seq_info2 = Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) self.seq_info2.pack(fill = BOTH,expand = 1,side = TOP) self.statistics_ids = { } d = self.statistics_ids d["length_id"] = Label(self.seq_info2,width = 10) |
| |||
self. [[#variable198782c0]]= Frame(parent,relief = RIDGE,borderwidth = 5,height = 30) self. [[#variable198782c0]].pack(fill = BOTH,expand = 1,side = TOP) self. [[#variable19c2e480]]= { } d = self. [[#variable19c2e480]] d[ [[#variable19625260]]] = Label(self. [[#variable198782c0]],width = 10) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#198782c0]] | seq_info1 |
1 | 2 | [[#198782c0]] | seq_info2 |
2 | 1 | [[#19c2e480]] | position_ids |
2 | 2 | [[#19c2e480]] | statistics_ids |
3 | 1 | [[#19625260]] | "id" |
3 | 2 | [[#19625260]] | "length_id" |