Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.954 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 439 | src/NHibernate/AdoNet/Util/BasicFormatter.cs |
2 | 3 | 105 | src/NHibernate/Util/StringHelper.cs |
| ||||
for (int i = 0; i < indent; i++) { result.Append(IndentString); } |
| ||||
for (int i = 0; i < times; i++) { buf.Append(str); } |
| |||
for (int i = 0; i < [[#variable70beff00]]; i++) { [[#variable70bef500]].Append( [[#variable70beff60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70beff00]] | indent |
1 | 2 | [[#70beff00]] | times |
2 | 1 | [[#70bef500]] | result |
2 | 2 | [[#70bef500]] | buf |
3 | 1 | [[#70beff60]] | IndentString |
3 | 2 | [[#70beff60]] | str |