Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 1 | 0.993 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 115 | Bio/Graphics/BasicChromosome.py |
2 | 6 | 65 | Bio/Graphics/Comparative.py |
3 | 7 | 53 | Bio/Graphics/Distribution.py |
| ||||
width,height = self.page_size cur_drawing = Drawing(width,height) self._draw_title(cur_drawing,title,width,height) cur_x_pos = inch*.5 |
| ||||
width,height = self.page_size cur_drawing = Drawing(width,height) self._draw_title(cur_drawing,title,width,height) start_x = inch*.5 |
| ||||
width,height = self.page_size cur_drawing = Drawing(width,height) self._draw_title(cur_drawing,title,width,height) # calculate the x and y position changes for each distribution cur_x_pos = inch*.5 |
| |||
width,height = self.page_size cur_drawing = Drawing(width,height) self._draw_title(cur_drawing,title,width,height) [[#variable178fdae0]]= inch*.5 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#178fdae0]] | cur_x_pos |
1 | 2 | [[#178fdae0]] | start_x |
1 | 3 | [[#178fdae0]] | # calculate the x and y position changes for each distribution cur_x_pos |