Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.959 | conditional_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1017 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
2 | 5 | 1943 | src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs |
3 | 5 | 184 | src/NHibernate/Persister/Collection/OneToManyPersister.cs |
4 | 3 | 2605 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
5 | 3 | 2714 | src/NHibernate/Persister/Entity/AbstractEntityPersister.cs |
| ||||
useBatch ? session.Batcher.PrepareBatchCommand(SqlDeleteString.CommandType, SqlDeleteString.Text, SqlDeleteString.ParameterTypes): session.Batcher.PrepareCommand(SqlDeleteString.CommandType, SqlDeleteString.Text, SqlDeleteString.ParameterTypes) |
| ||||
useBatch ? session.Batcher.PrepareBatchCommand(SqlInsertRowString.CommandType, SqlInsertRowString.Text, SqlInsertRowString.ParameterTypes): session.Batcher.PrepareCommand(SqlInsertRowString.CommandType, SqlInsertRowString.Text, SqlInsertRowString.ParameterTypes) |
| ||||
useBatch ? session.Batcher.PrepareBatchCommand(SqlDeleteRowString.CommandType, sql.Text, SqlDeleteRowString.ParameterTypes): session.Batcher.PrepareCommand(SqlDeleteRowString.CommandType, sql.Text, SqlDeleteRowString.ParameterTypes) |
| ||||
useBatch ? session.Batcher.PrepareBatchCommand(sql.CommandType, sql.Text, sql.ParameterTypes): session.Batcher.PrepareCommand(sql.CommandType, sql.Text, sql.ParameterTypes) |
| ||||
useBatch ? session.Batcher.PrepareBatchCommand(sql.CommandType, sql.Text, sql.ParameterTypes): session.Batcher.PrepareCommand(sql.CommandType, sql.Text, sql.ParameterTypes) |
| |||
useBatch ? session.Batcher.PrepareBatchCommand( [[#variable68a21560]].CommandType, [[#variable68a214e0]].Text, [[#variable68a21560]].ParameterTypes): session.Batcher.PrepareCommand( [[#variable68a21560]].CommandType, [[#variable68a214e0]].Text, [[#variable68a21560]].ParameterTypes) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#68a21560]] | sql |
1 | 2 | [[#68a21560]] | SqlDeleteRowString |
1 | 3 | [[#68a21560]] | SqlDeleteString |
1 | 4 | [[#68a21560]] | SqlInsertRowString |
1 | 5 | [[#68a21560]] | sql |
2 | 1 | [[#68a214e0]] | sql |
2 | 2 | [[#68a214e0]] | sql |
2 | 3 | [[#68a214e0]] | SqlDeleteString |
2 | 4 | [[#68a214e0]] | SqlInsertRowString |
2 | 5 | [[#68a214e0]] | sql |