Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.956 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 49 | src/NHibernate/AdoNet/Util/DdlFormatter.cs |
2 | 9 | 74 | src/NHibernate/AdoNet/Util/DdlFormatter.cs |
| ||||
if (IsQuote(token)) { quoted = !quoted; } else if ( !quoted) { if ("is".Equals(token)) { result.Append(Indent2); } } |
| ||||
if (IsQuote(token)) { quoted = !quoted; } else if ( !quoted) { if (IsBreak(token)) { result.Append(Indent3); } } |
| |||
if (IsQuote(token)) { quoted = !quoted; } else if ( !quoted) { if ( [[#variable27840080]](token)) { result.Append( [[#variable2781bfa0]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27840080]] | IsBreak |
1 | 2 | [[#27840080]] | "is".Equals |
2 | 1 | [[#2781bfa0]] | Indent3 |
2 | 2 | [[#2781bfa0]] | Indent2 |