Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 1 | 0.962 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 145 | src/NHibernate/Dialect/SQLiteDialect.cs |
2 | 9 | 159 | src/NHibernate/Dialect/SQLiteDialect.cs |
3 | 9 | 172 | src/NHibernate/Dialect/SQLiteDialect.cs |
| ||||
if (catalog.StartsWith(OpenQuote.ToString())) { catalog = catalog.Substring(1, catalog.Length - 1); quoted = true; } if (catalog.EndsWith(CloseQuote.ToString())) { catalog = catalog.Substring(0, catalog.Length - 1); quoted = true; } |
| ||||
if (schema.StartsWith(OpenQuote.ToString())) { schema = schema.Substring(1, schema.Length - 1); quoted = true; } if (schema.EndsWith(CloseQuote.ToString())) { schema = schema.Substring(0, schema.Length - 1); quoted = true; } |
| ||||
if (table.StartsWith(OpenQuote.ToString())) { table = table.Substring(1, table.Length - 1); quoted = true; } if (table.EndsWith(CloseQuote.ToString())) { table = table.Substring(0, table.Length - 1); quoted = true; } |
| |||
if ( [[#variable70e44060]].StartsWith(OpenQuote.ToString())) { [[#variable70e44060]]= [[#variable70e44060]].Substring(1, [[#variable70e44060]].Length - 1); quoted = true; } if ( [[#variable70e44060]].EndsWith(CloseQuote.ToString())) { [[#variable70e44060]]= [[#variable70e44060]].Substring(0, [[#variable70e44060]].Length - 1); quoted = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70e44060]] | table |
1 | 2 | [[#70e44060]] | schema |
1 | 3 | [[#70e44060]] | catalog |