Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.968 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 375 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
2 | 4 | 385 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
self.drawing.add(Line(self.x0,ftop,self.xlim,ftop,strokeColor = colors.red)) # top line self.drawing.add(Line(self.x0,fbtm,self.xlim,fbtm,strokeColor = colors.red)) # bottom line |
| ||||
self.drawing.add(Line(self.x0,tracktop,self.xlim,tracktop,strokeColor = colors.blue)) # top line self.drawing.add(Line(self.x0,trackctr,self.xlim,trackctr,strokeColor = colors.green)) # center line |
| |||
self.drawing.add(Line(self.x0, [[#variable77428320]],self.xlim, [[#variable77428320]],strokeColor = colors. [[#variable76c99e00]])) # top line self.drawing.add(Line(self.x0, [[#variable75411540]],self.xlim, [[#variable75411540]],strokeColor = colors. [[#variable71a7baa0]])) # bottom line # center line |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77428320]] | ftop |
1 | 2 | [[#77428320]] | tracktop |
2 | 1 | [[#76c99e00]] | red |
2 | 2 | [[#76c99e00]] | blue |
3 | 1 | [[#75411540]] | fbtm |
3 | 2 | [[#75411540]] | trackctr |
4 | 1 | [[#71a7baa0]] | red |
4 | 2 | [[#71a7baa0]] | green |