Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.958 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1641 | src/NHibernate/Dialect/Dialect.cs |
2 | 1 | 1645 | src/NHibernate/Dialect/Dialect.cs |
3 | 1 | 342 | src/NHibernate/Dialect/MsSql2000Dialect.cs |
| ||||
unquoted.Replace(new string(OpenQuote, 2), OpenQuote.ToString()) |
| ||||
unquoted.Replace(new string(CloseQuote, 2), CloseQuote.ToString()) |
| ||||
quoted.Replace(new string(CloseQuote, 2), CloseQuote.ToString()) |
| |||
[[#variable259952c0]].Replace(new string( [[#variable25995240]], 2), [[#variable25995240]].ToString()) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#259952c0]] | quoted |
1 | 2 | [[#259952c0]] | unquoted |
1 | 3 | [[#259952c0]] | unquoted |
2 | 1 | [[#25995240]] | CloseQuote |
2 | 2 | [[#25995240]] | OpenQuote |
2 | 3 | [[#25995240]] | CloseQuote |