Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.970 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 453 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
2 | 1 | 281 | src/NHibernate/Dialect/MsSql2005Dialect.cs |
| ||||
string.Format("select 1 from sysobjects where id = OBJECT_ID(N'{0}') AND parent_obj = OBJECT_ID('{1}')", objName, table.GetQuotedName(this )) |
| ||||
string.Format("{0}{1}", schema, table.GetQuotedName(this )) |
| |||
string.Format( [[#variable56628e20]], [[#variable56628da0]], table.GetQuotedName(this )) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56628e20]] | "select 1 from sysobjects where id = OBJECT_ID(N'{0}') AND parent_obj = OBJECT_ID('{1}')" |
1 | 2 | [[#56628e20]] | "{0}{1}" |
2 | 1 | [[#56628da0]] | objName |
2 | 2 | [[#56628da0]] | schema |