Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.950 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1158 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
2 | 7 | 2831 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
if (useBatch) { st = session.Batcher.PrepareBatchCommand(SqlDeleteRowString.CommandType, SqlDeleteRowString.Text, SqlDeleteRowString.ParameterTypes); } else { st = session.Batcher.PrepareCommand(SqlDeleteRowString.CommandType, SqlDeleteRowString.Text, SqlDeleteRowString.ParameterTypes); } |
| ||||
if (useBatch) { statement = session.Batcher.PrepareBatchCommand(sql.CommandType, sql.Text, sql.ParameterTypes); } else { statement = session.Batcher.PrepareCommand(sql.CommandType, sql.Text, sql.ParameterTypes); } |
| |||
if (useBatch) { [[#variable652c9f80]]= session.Batcher.PrepareBatchCommand( [[#variable652c9f00]].CommandType, [[#variable652c9f00]].Text, [[#variable652c9f00]].ParameterTypes); } else { [[#variable652c9f80]]= session.Batcher.PrepareCommand( [[#variable652c9f00]].CommandType, [[#variable652c9f00]].Text, [[#variable652c9f00]].ParameterTypes); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#652c9f80]] | statement |
1 | 2 | [[#652c9f80]] | st |
2 | 1 | [[#652c9f00]] | sql |
2 | 2 | [[#652c9f00]] | SqlDeleteRowString |