Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.983 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 493 | Bio/PopGen/GenePop/Controller.py |
2 | 8 | 503 | Bio/PopGen/GenePop/Controller.py |
| ||||
def test_genic_diff_all(self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #3.2 PR2/GE2 files def test_genic_diff_pair(self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #3.3 G files |
| ||||
def test_genotypic_diff_all(self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #3.4 2G2 files def test_genotypic_diff_pair(self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #4 |
| |||
def [[#variable7c3e8f60]](self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #3.2 PR2/GE2 files #3.4 2G2 files def [[#variable7c3e8d20]](self,fname,dememorization = 10000,batches = 20,iterations = 5000): raise NotImplementedError #3.3 G files #4 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7c3e8f60]] | test_genic_diff_all |
1 | 2 | [[#7c3e8f60]] | test_genotypic_diff_all |
2 | 1 | [[#7c3e8d20]] | test_genic_diff_pair |
2 | 2 | [[#7c3e8d20]] | test_genotypic_diff_pair |