CloneSet1065


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18314
src/NHibernate/Impl/MultiCriteriaImpl.cs
28666
src/NHibernate/Impl/MultiQueryImpl.cs
Clone Instance
1
Line Count
8
Source Line
314
Source File
src/NHibernate/Impl/MultiCriteriaImpl.cs

                private void BindParameters(IDbCommand command)
                {
                        int colIndex = 0;

                        colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex);
                        colIndex = BindQueryParameters(command, colIndex);

                        BindLimitParametersLastIfNeccesary(command, colIndex);
                }



Clone Instance
2
Line Count
8
Source Line
666
Source File
src/NHibernate/Impl/MultiQueryImpl.cs

                private void BindParameters(IDbCommand command)
                {
                        int colIndex = 0;

                        colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex);
                        colIndex = BindQueryParameters(command, colIndex);

                        BindLimitParametersLastIfNeccesary(command, colIndex);
                }



Clone AbstractionParameter Count: 0Parameter Bindings

private void BindParameters(IDbCommand command)
{
   int colIndex = 0;
   colIndex = BindLimitParametersFirstIfNeccesary(command, colIndex);
   colIndex = BindQueryParameters(command, colIndex);
   BindLimitParametersLastIfNeccesary(command, colIndex);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None