Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.959 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 59 | src/NHibernate/Dialect/Lock/SelectLockingStrategy.cs |
2 | 1 | 77 | src/NHibernate/Dialect/Lock/UpdateLockingStrategy.cs |
3 | 1 | 27 | src/NHibernate/Id/NativeGuidGenerator.cs |
4 | 1 | 116 | src/NHibernate/Id/SequenceGenerator.cs |
| ||||
IDbCommand st = session.Batcher.PrepareCommand(CommandType.Text, sql, lockable.IdAndVersionSqlTypes); |
| ||||
IDbCommand st = session.Batcher.PrepareCommand(CommandType.Text, sql, lockable.IdAndVersionSqlTypes); |
| ||||
IDbCommand st = session.Batcher.PrepareCommand(CommandType.Text, sql, SqlTypeFactory.NoTypes); |
| ||||
IDbCommand cmd = session.Batcher.PrepareCommand(CommandType.Text, sql, SqlTypeFactory.NoTypes); |
| |||
IDbCommand [[#variable584b6a00]]= session.Batcher.PrepareCommand(CommandType.Text, sql, [[#variable584b6960]]. [[#variable584b68e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#584b6a00]] | st |
1 | 2 | [[#584b6a00]] | cmd |
1 | 3 | [[#584b6a00]] | st |
1 | 4 | [[#584b6a00]] | st |
2 | 1 | [[#584b6960]] | lockable |
2 | 2 | [[#584b6960]] | SqlTypeFactory |
2 | 3 | [[#584b6960]] | SqlTypeFactory |
2 | 4 | [[#584b6960]] | lockable |
3 | 1 | [[#584b68e0]] | IdAndVersionSqlTypes |
3 | 2 | [[#584b68e0]] | NoTypes |
3 | 3 | [[#584b68e0]] | NoTypes |
3 | 4 | [[#584b68e0]] | IdAndVersionSqlTypes |