Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.984 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 185 | Bio/Cluster/__init__.py |
2 | 4 | 189 | Bio/Cluster/__init__.py |
| ||||
if line[0]=="EWEIGHT": i = max(cols)+1 self.eweight = map(float,line[i: ]) continue |
| ||||
if line[0]=="EORDER": i = max(cols)+1 self.eorder = map(float,line[i: ]) continue |
| |||
if line[0]== [[#variable2e7c2c00]]: i = max(cols)+1 self. [[#variable2e7c2c80]]= map(float,line[i: ]) continue |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2e7c2c00]] | "EORDER" |
1 | 2 | [[#2e7c2c00]] | "EWEIGHT" |
2 | 1 | [[#2e7c2c80]] | eorder |
2 | 2 | [[#2e7c2c80]] | eweight |