CloneSet2378


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.975block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11038
src/NHibernate/AdoNet/SqlClientBatchingBatcher.cs
210142
src/NHibernate/Driver/DriverBase.cs
Clone Instance
1
Line Count
10
Source Line
38
Source File
src/NHibernate/AdoNet/SqlClientBatchingBatcher.cs

                        {
                                try
                                {
                                        currentBatch.CommandTimeout = timeout;
                                }
                                catch (Exception e)
                                {
                                        if (log.IsWarnEnabled)
                                        {
                                                log.Warn(e.ToString());
                                        }
                                }
                        }


Clone Instance
2
Line Count
10
Source Line
142
Source File
src/NHibernate/Driver/DriverBase.cs

                        {
                                try
                                {
                                        cmd.CommandTimeout = commandTimeout;
                                }
                                catch (Exception e)
                                {
                                        if (log.IsWarnEnabled)
                                        {
                                                log.Warn(e.ToString());
                                        }
                                }
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
   try
   {
       [[#variable54b5ee40]].CommandTimeout = [[#variable54b5eda0]];
   }
   catch (Exception e)
   {
      if (log.IsWarnEnabled)
      {
         log.Warn(e.ToString());
      }
   }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b5ee40]]
currentBatch 
12[[#54b5ee40]]
cmd 
21[[#54b5eda0]]
timeout 
22[[#54b5eda0]]
commandTimeout