Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.987 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 717 | Bio/Motif/_Motif.py |
2 | 3 | 724 | Bio/Motif/_Motif.py |
| ||||
for a in letters: res+="\t".join([str(mat[i][a]) for i in range(self.length)]) res+=""" """ |
| ||||
for a in letters: res+="\t".join([str(mat[a][i]) for i in range(self.length)]) res+=""" """ |
| |||
for a in letters: res+="\t".join([str(mat[ [[#variable7c3d8420]]][ [[#variable7c3d8340]]]) for i in range(self.length)]) res+=""" """ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c3d8420]] | a |
1 | 2 | [[#7c3d8420]] | i |
2 | 1 | [[#7c3d8340]] | i |
2 | 2 | [[#7c3d8340]] | a |