Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 314 | src/NHibernate/Impl/MultiCriteriaImpl.cs |
2 | 8 | 666 | src/NHibernate/Impl/MultiQueryImpl.cs |
| ||||
private void BindParameters(IDbCommand command) { int colIndex = 0; colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex); colIndex = BindQueryParameters(command, colIndex); BindLimitParametersLastIfNeccesary(command, colIndex); } |
| ||||
private void BindParameters(IDbCommand command) { int colIndex = 0; colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex); colIndex = BindQueryParameters(command, colIndex); BindLimitParametersLastIfNeccesary(command, colIndex); } |
| |||
private void BindParameters(IDbCommand command) { int colIndex = 0; colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex); colIndex = BindQueryParameters(command, colIndex); BindLimitParametersLastIfNeccesary(command, colIndex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |