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.989 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 61 | Bio/Prosite/Prodoc.py |
2 | 8 | 56 | Bio/SwissProt/SProt.py |
| ||||
text = "" for line in handle: text+=line if line[ :5]=="{END}": handle = cStringIO.StringIO(text) record = parser.parse(handle) text = "" yield record |
| ||||
text = "" for line in handle: text+=line if line[ :2]=="//": handle = cStringIO.StringIO(text) record = parser.parse(handle) text = "" yield record |
| |||
text = "" for line in handle: text+=line if line[ : [[#variable621916c0]]]== [[#variable62191720]]: handle = cStringIO.StringIO(text) record = parser.parse(handle) text = "" yield record |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#621916c0]] | 2 |
1 | 2 | [[#621916c0]] | 5 |
2 | 1 | [[#62191720]] | "//" |
2 | 2 | [[#62191720]] | "{END}" |