Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.955 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 286 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
2 | 2 | 338 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
| ||||
Formula form = (Formula) selectable; elementFormulaTemplates[j] = form.GetTemplate(dialect, factory.SQLFunctionRegistry); |
| ||||
Formula indexForm = (Formula) selectable; indexFormulaTemplates[i] = indexForm.GetTemplate(dialect, factory.SQLFunctionRegistry); |
| |||
Formula [[#variable6a8d2700]]= (Formula)selectable; [[#variable6a8d1be0]][ [[#variable6a8d2780]]] = [[#variable6a8d2700]].GetTemplate(dialect, factory.SQLFunctionRegistry); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6a8d2700]] | indexForm |
1 | 2 | [[#6a8d2700]] | form |
2 | 1 | [[#6a8d1be0]] | indexFormulaTemplates |
2 | 2 | [[#6a8d1be0]] | elementFormulaTemplates |
3 | 1 | [[#6a8d2780]] | i |
3 | 2 | [[#6a8d2780]] | j |