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.973 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 42 | src/NHibernate/Impl/Printer.cs |
2 | 3 | 322 | src/NHibernate/Type/ComponentType.cs |
| ||||
for (int i = 0; i < types.Length; i++) { result[names[i]] = types[i].ToLoggableString(values[i], _factory); } |
| ||||
for (int i = 0; i < propertyTypes.Length; i++) { result[propertyNames[i]] = propertyTypes[i].ToLoggableString(values[i], factory); } |
| |||
for (int i = 0; i < [[#variable4e8b1040]].Length; i++) { result[ [[#variable4e8b0f80]][i]] = [[#variable4e8b1040]][i].ToLoggableString(values[i], [[#variable4e8b0f20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e8b1040]] | types |
1 | 2 | [[#4e8b1040]] | propertyTypes |
2 | 1 | [[#4e8b0f80]] | names |
2 | 2 | [[#4e8b0f80]] | propertyNames |
3 | 1 | [[#4e8b0f20]] | _factory |
3 | 2 | [[#4e8b0f20]] | factory |