Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.970 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 71 | src/NHibernate/Hql/Ast/ANTLR/Exec/BasicExecutor.cs |
2 | 1 | 92 | src/NHibernate/Hql/Ast/ANTLR/Exec/MultiTableDeleteExecutor.cs |
3 | 1 | 203 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
| ||||
session.Batcher.PrepareCommand(CommandType.Text, sql, parameterTypes.ToArray()) |
| ||||
session.Batcher.PrepareCommand(CommandType.Text, idInsertSelect, parameterTypes.ToArray()) |
| ||||
session.Batcher.PrepareCommand(CommandType.Text, sqlString, types.ToArray()) |
| |||
session.Batcher.PrepareCommand(CommandType.Text, [[#variable5e6b0b20]], [[#variable5e6b0aa0]].ToArray()) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e6b0b20]] | sql |
1 | 2 | [[#5e6b0b20]] | idInsertSelect |
1 | 3 | [[#5e6b0b20]] | sqlString |
2 | 1 | [[#5e6b0aa0]] | parameterTypes |
2 | 2 | [[#5e6b0aa0]] | parameterTypes |
2 | 3 | [[#5e6b0aa0]] | types |