CloneSet2301


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15203
src/NHibernate/AdoNet/AbstractBatcher.cs
25227
src/NHibernate/AdoNet/AbstractBatcher.cs
Clone Instance
1
Line Count
5
Source Line
203
Source File
src/NHibernate/AdoNet/AbstractBatcher.cs

                        CheckReaders();
                        Prepare(cmd);
                        Stopwatch duration = null;
                        if (log.IsDebugEnabled)
                                duration = Stopwatch.StartNew();


Clone Instance
2
Line Count
5
Source Line
227
Source File
src/NHibernate/AdoNet/AbstractBatcher.cs

                        CheckReaders();
                        Prepare(cmd);
                        Stopwatch duration = null;
                        if (log.IsDebugEnabled)
                                duration = Stopwatch.StartNew();


Clone AbstractionParameter Count: 0Parameter Bindings

CheckReaders();
Prepare(cmd);
Stopwatch duration = null;
if (log.IsDebugEnabled)
   duration = Stopwatch.StartNew();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None