Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.994 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2970 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
2 | 3 | 2995 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
for (int j = 1; j < span; j++) { Insert(id, fields, notNull, j, GenerateInsertString(notNull, j), obj, session); } |
| ||||
// For the case of dynamic-insert="true", we need to generate the INSERT SQL for (int j = 0; j < span; j++) { Insert(id, fields, notNull, j, GenerateInsertString(notNull, j), obj, session); } |
| |||
// For the case of dynamic-insert="true", we need to generate the INSERT SQL for (int j = [[#variable27257080]]; j < span; j++) { Insert(id, fields, notNull, j, GenerateInsertString(notNull, j), obj, session); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27257080]] | 0 |
1 | 2 | [[#27257080]] | 1 |