Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.957 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1134 | src/NHibernate/Loader/Loader.cs |
2 | 1 | 1142 | src/NHibernate/Loader/Loader.cs |
| ||||
colIndex += BindLimitParameters(command, colIndex, selection, session); |
| ||||
// TODO NH //if (callable) //{ // colIndex = dialect.RegisterResultSetOutParameter(command, col); //} colIndex += BindParameterValues(command, queryParameters, colIndex, session); |
| |||
// TODO NH //if (callable) //{ // colIndex = dialect.RegisterResultSetOutParameter(command, col); //} colIndex += [[#variable57d156c0]](command, [[#variable57d15640]], [[#variable57d15520]], session); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57d156c0]] | BindLimitParameters |
1 | 2 | [[#57d156c0]] | BindParameterValues |
2 | 1 | [[#57d15640]] | colIndex |
2 | 2 | [[#57d15640]] | queryParameters |
3 | 1 | [[#57d15520]] | selection |
3 | 2 | [[#57d15520]] | colIndex |