Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.972 | stmt_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 957 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
2 | 6 | 970 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
3 | 6 | 978 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
ttop = top+self.fragment_lines[fragment0][0] tbtm = btm+self.fragment_lines[fragment0][0] #print 'equal', pos0, pos1, val #print pos0, pos1, fragment0, fragment1 heat_elements.append(draw_box((x0,tbtm),(x1,ttop),color = heat,border = None)) |
| ||||
ttop = top+self.fragment_lines[fragment][0] tbtm = btm+self.fragment_lines[fragment][0] heat_elements.append(draw_box((start,tbtm),(self.xlim,ttop),color = heat,border = None)) |
| ||||
ttop = top+self.fragment_lines[fragment][0] tbtm = btm+self.fragment_lines[fragment][0] # Add the last part of the bar #print 'x1 after:', x1, '\n' heat_elements.append(draw_box((self.x0,tbtm),(x1,ttop),color = heat,border = None)) |
| |||
ttop = top+self.fragment_lines[ [[#variable77493500]]][0] tbtm = btm+self.fragment_lines[ [[#variable77493500]]][0] # Add the last part of the bar #print 'x1 after:', x1, '\n' #print 'equal', pos0, pos1, val #print pos0, pos1, fragment0, fragment1 heat_elements.append(draw_box(( [[#variable773aa3a0]],tbtm),( [[#variable773fbf20]],ttop),color = heat,border = None)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77493500]] | fragment |
1 | 2 | [[#77493500]] | fragment |
1 | 3 | [[#77493500]] | fragment0 |
2 | 1 | [[#773aa3a0]] | self.x0 |
2 | 2 | [[#773aa3a0]] | start |
2 | 3 | [[#773aa3a0]] | x0 |
3 | 1 | [[#773fbf20]] | x1 |
3 | 2 | [[#773fbf20]] | self.xlim |
3 | 3 | [[#773fbf20]] | x1 |