Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 60 | src/NHibernate.Test/HQL/SQLFunctionTemplateTest.cs |
2 | 5 | 77 | src/NHibernate.Test/HQL/SQLFunctionTemplateTest.cs |
| ||||
SQLFunctionTemplate ft; IList args = new ArrayList(); ft = new SQLFunctionTemplate(NHibernateUtil.String, "?1 ?2 ?3"); |
| ||||
SQLFunctionTemplate ft; IList args = new ArrayList(); // No Args; 2 params ft = new SQLFunctionTemplate(NHibernateUtil.String, "func(?1,?2)"); |
| |||
SQLFunctionTemplate ft; IList args = new ArrayList(); // No Args; 2 params ft = new SQLFunctionTemplate(NHibernateUtil.String, [[#variable54ba4a60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54ba4a60]] | "func(?1,?2)" |
1 | 2 | [[#54ba4a60]] | "?1 ?2 ?3" |