Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.953 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 458 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 5 | 469 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
string template = thing.GetTemplate(factory.Dialect, factory.SQLFunctionRegistry); formnos[l] = formulaTemplates.Count; colnos[l] = - 1; formulaTemplates.Add(template); forms[l] = template; |
| ||||
string colName = thing.GetTemplate(factory.Dialect, factory.SQLFunctionRegistry); colnos[l] = columns.Count; //before add :-) formnos[l] = - 1; columns.Add(colName); cols[l] = colName; |
| |||
string [[#variable54b77200]]= thing.GetTemplate(factory.Dialect, factory.SQLFunctionRegistry); [[#variable55027180]][l] = [[#variable54b76140]].Count; //before add :-) [[#variable54b77000]][l] = - 1; [[#variable54b76140]].Add( [[#variable54b77200]]); [[#variable54b76fe0]][l] = [[#variable54b77200]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b77200]] | colName |
1 | 2 | [[#54b77200]] | template |
2 | 1 | [[#55027180]] | colnos |
2 | 2 | [[#55027180]] | formnos |
3 | 1 | [[#54b76140]] | columns |
3 | 2 | [[#54b76140]] | formulaTemplates |
4 | 1 | [[#54b77000]] | formnos |
4 | 2 | [[#54b77000]] | colnos |
5 | 1 | [[#54b76fe0]] | cols |
5 | 2 | [[#54b76fe0]] | forms |