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.956 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 95 | src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableDeleteExecutor.cs |
2 | 3 | 190 | src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableUpdateExecutor.cs |
| ||||
foreach ( var specification in paramsSpec) { pos += specification.Bind(ps, parameters, session, pos); } |
| ||||
foreach ( var specification in specifications) { position += specification.Bind(command, parameters, session, position); } |
| |||
foreach ( var specification in [[#variable6fef39c0]]) { [[#variable6fef3920]]+= specification.Bind( [[#variable6fef38a0]], parameters, session, [[#variable6fef3920]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fef39c0]] | paramsSpec |
1 | 2 | [[#6fef39c0]] | specifications |
2 | 1 | [[#6fef3920]] | pos |
2 | 2 | [[#6fef3920]] | position |
3 | 1 | [[#6fef38a0]] | ps |
3 | 2 | [[#6fef38a0]] | command |