Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.981 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 791 | Bio/Nexus/Nexus.py |
2 | 8 | 909 | Bio/Nexus/Nexus.py |
| ||||
state = quotestrip(opts.next_word( )) self.charlabels[identifier] = state # check for comma or end of command c = opts.next_nonwhitespace( ) if c is None: break elif c!=",": raise NexusError("Missing ',' in line %s."%options) |
| ||||
label = quotestrip(opts.next_word( )) self.translate[identifier] = label # check for comma or end of command c = opts.next_nonwhitespace( ) if c is None: break elif c!=",": raise NexusError("Missing ',' in line %s."%options) |
| |||
[[#variable5e2b6ea0]]= quotestrip(opts.next_word( )) self. [[#variable1b0cbf00]][identifier] = [[#variable5e2b6ea0]] # check for comma or end of command c = opts.next_nonwhitespace( ) if c is None: break elif c!=",": raise NexusError("Missing ',' in line %s."%options) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e2b6ea0]] | state |
1 | 2 | [[#5e2b6ea0]] | label |
2 | 1 | [[#1b0cbf00]] | charlabels |
2 | 2 | [[#1b0cbf00]] | translate |