CloneSet1851


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.961class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11035
src/NHibernate.Test/MultiThreadRunner.cs
21049
src/NHibernate/Engine/RowSelection.cs
Clone Instance
1
Line Count
10
Source Line
35
Source File
src/NHibernate.Test/MultiThreadRunner.cs

                public int EndTimeout
                {
                        get { return timeout;
                            }
                        set { timeout = value;
                            }
                }

                public int TimeoutBetweenThreadStart
                {
                        get { return timeoutBetweenThreadStart;
                            }
                        set { timeoutBetweenThreadStart = value;
                            }
                }



Clone Instance
2
Line Count
10
Source Line
49
Source File
src/NHibernate/Engine/RowSelection.cs

                /// <summary>
                /// Gets or Sets the Timeout of the Query
                /// </summary>
                /// <value>The Query Timeout</value>
                /// <remarks>Defaults to NoValue unless specifically set.</remarks>
                public int Timeout
                {
                        get { return timeout;
                            }
                        set { timeout = value;
                            }
                }

                public int FetchSize
                {
                        get { return fetchSize;
                            }
                        set { fetchSize = value;
                            }
                }



Clone AbstractionParameter Count: 3Parameter Bindings

/// <summary>
/// Gets or Sets the Timeout of the Query
/// </summary>
/// <value>The Query Timeout</value>
/// <remarks>Defaults to NoValue unless specifically set.</remarks>
public int [[#variable6a6a4480]]
{
   get
   {
      return timeout;
   }
   set
   {
      timeout = value;
   }
}

public int [[#variable6a6a4080]]
{
   get
   {
      return [[#variable6a6a5020]];
   }
   set
   {
       [[#variable6a6a5020]]= value;
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6a6a4480]]
Timeout 
12[[#6a6a4480]]
EndTimeout 
21[[#6a6a4080]]
FetchSize 
22[[#6a6a4080]]
TimeoutBetweenThreadStart 
31[[#6a6a5020]]
fetchSize 
32[[#6a6a5020]]
timeoutBetweenThreadStart