Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.959 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 80 | Bio/Cluster/__init__.py |
2 | 10 | 90 | Bio/Cluster/__init__.py |
| ||||
if min1<0: index1 = -min1-1 order1 = nodeorder[index1] counts1 = nodecounts[index1] outputfile.write(nodeID[index1]+"\t") nodedist[nodeindex] = max(nodedist[nodeindex],nodedist[index1]) else: order1 = order[min1] counts1 = 1 outputfile.write("%s%dX\t"%(keyword,min1)) |
| ||||
if min2<0: index2 = -min2-1 order2 = nodeorder[index2] counts2 = nodecounts[index2] outputfile.write(nodeID[index2]+"\t") nodedist[nodeindex] = max(nodedist[nodeindex],nodedist[index2]) else: order2 = order[min2] counts2 = 1 outputfile.write("%s%dX\t"%(keyword,min2)) |
| |||
if [[#variable753d35a0]]<0: [[#variable76c6a5c0]]= - [[#variable753d35a0]]-1 [[#variable76c6a600]]= nodeorder[ [[#variable76c6a5c0]]] [[#variable76261b00]]= nodecounts[ [[#variable76c6a5c0]]] outputfile.write(nodeID[ [[#variable76c6a5c0]]]+"\t") nodedist[nodeindex] = max(nodedist[nodeindex],nodedist[ [[#variable76c6a5c0]]]) else: [[#variable76c6a600]]= order[ [[#variable753d35a0]]] [[#variable76261b00]]= 1 outputfile.write("%s%dX\t"%(keyword, [[#variable753d35a0]])) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#753d35a0]] | min1 |
1 | 2 | [[#753d35a0]] | min2 |
2 | 1 | [[#76c6a5c0]] | index1 |
2 | 2 | [[#76c6a5c0]] | index2 |
3 | 1 | [[#76c6a600]] | order1 |
3 | 2 | [[#76c6a600]] | order2 |
4 | 1 | [[#76261b00]] | counts1 |
4 | 2 | [[#76261b00]] | counts2 |