Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.975 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 62 | Bio/SeqUtils/MeltingTemp.py |
2 | 7 | 69 | Bio/SeqUtils/MeltingTemp.py |
| ||||
if stri.startswith("G") or stri.startswith("C"): deltah-=3.61 deltas-=1.5 elif stri.startswith("A") or stri.startswith("T") or stri.startswith("U"): deltah-=3.72 deltas+=10.5 |
| ||||
if stri.endswith("G") or stri.endswith("C"): deltah-=3.61 deltas-=1.5 elif stri.endswith("A") or stri.endswith("T") or stri.endswith("U"): deltah-=3.72 deltas+=10.5 |
| |||
if stri. [[#variable71b37840]]("G") or stri. [[#variable71b37840]]("C"): deltah-=3.61 deltas-=1.5 elif stri. [[#variable71b37840]]("A") or stri. [[#variable71b37840]]("T") or stri. [[#variable71b37840]]("U"): deltah-=3.72 deltas+=10.5 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#71b37840]] | endswith |
1 | 2 | [[#71b37840]] | startswith |