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 | 69 | src/NHibernate/Id/IdentityGenerator.cs |
2 | 1 | 34 | src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs |
3 | 1 | 43 | src/NHibernate/Id/Insert/OutputParamReturningDelegate.cs |
| ||||
session.Batcher.PrepareCommand(CommandType.Text, insertSQL.Text, insertSQL.ParameterTypes) |
| ||||
session.Batcher.PrepareCommand(insertSQL.CommandType, insertSQL.Text, insertSQL.ParameterTypes) |
| ||||
session.Batcher.PrepareCommand(CommandType.Text, insertSQL.Text, insertSQL.ParameterTypes) |
| |||
session.Batcher.PrepareCommand( [[#variable57f4a1a0]]. [[#variable57f4a120]], insertSQL.Text, insertSQL.ParameterTypes) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57f4a1a0]] | CommandType |
1 | 2 | [[#57f4a1a0]] | insertSQL |
1 | 3 | [[#57f4a1a0]] | CommandType |
2 | 1 | [[#57f4a120]] | Text |
2 | 2 | [[#57f4a120]] | CommandType |
2 | 3 | [[#57f4a120]] | Text |