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.951 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 191 | src/NHibernate/Tool/hbm2ddl/SchemaExport.cs |
2 | 3 | 198 | src/NHibernate/Tool/hbm2ddl/SchemaExport.cs |
| ||||
for (int i = 0; i < dropSQL.Length; i++) { Execute(scriptAction, export, false, exportOutput, statement, dropSQL[i]); } |
| ||||
for (int j = 0; j < createSQL.Length; j++) { Execute(scriptAction, export, true, exportOutput, statement, createSQL[j]); } |
| |||
for (int [[#variable28d18220]]= 0; [[#variable28d18220]]< [[#variable28d181a0]].Length; [[#variable28d18220]]++) { Execute(scriptAction, export, [[#variable28d18120]], exportOutput, statement, [[#variable28d181a0]][ [[#variable28d18220]]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28d18220]] | j |
1 | 2 | [[#28d18220]] | i |
2 | 1 | [[#28d181a0]] | createSQL |
2 | 2 | [[#28d181a0]] | dropSQL |
3 | 1 | [[#28d18120]] | true |
3 | 2 | [[#28d18120]] | false |