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.964 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 537 | Bio/SeqIO/InsdcIO.py |
2 | 3 | 540 | Bio/SeqIO/InsdcIO.py |
| ||||
if old.location.start!=new.location.start: raise ValueError("""Start %s versus %s: %s vs: %s""" %(old.location.start,new.location.start,str(old),str(new))) |
| ||||
if old.location.end!=new.location.end: raise ValueError("""End %s versus %s: %s vs: %s""" %(old.location.end,new.location.end,str(old),str(new))) |
| |||
if old.location. [[#variable72f562e0]]!=new.location. [[#variable72f562e0]]: raise ValueError( [[#variable72f56280]]%(old.location. [[#variable72f562e0]],new.location. [[#variable72f562e0]],str(old),str(new))) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72f562e0]] | end |
1 | 2 | [[#72f562e0]] | start |
2 | 1 | [[#72f56280]] | """End %s versus %s: %s vs: %s""" |
2 | 2 | [[#72f56280]] | """Start %s versus %s: %s vs: %s""" |