CloneSet617


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.987statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111421
src/NHibernate/Impl/AbstractDetachedQuery.cs
211517
src/NHibernate/Impl/AbstractDetachedQuery.cs
Clone Instance
1
Line Count
11
Source Line
421
Source File
src/NHibernate/Impl/AbstractDetachedQuery.cs

                        q.SetMaxResults(selection.MaxRows).
                                 SetFirstResult(selection.FirstRow).
                                 SetCacheable(cacheable).
                                 SetReadOnly(readOnly).
                                 SetTimeout(selection.Timeout).
                                 SetFlushMode(flushMode).
                                 SetFetchSize(selection.FetchSize);
                        if ( ! string.IsNullOrEmpty(comment))
                                q.SetComment(comment);
                        if ( ! string.IsNullOrEmpty(cacheRegion))
                                q.SetCacheRegion(cacheRegion);


Clone Instance
2
Line Count
11
Source Line
517
Source File
src/NHibernate/Impl/AbstractDetachedQuery.cs

                        destination.SetMaxResults(selection.MaxRows).
                                 SetFirstResult(selection.FirstRow).
                                 SetCacheable(cacheable).
                                 SetReadOnly(readOnly).
                                 SetTimeout(selection.Timeout).
                                 SetFlushMode(flushMode).
                                 SetFetchSize(selection.FetchSize);
                        if ( ! string.IsNullOrEmpty(comment))
                                destination.SetComment(comment);
                        if ( ! string.IsNullOrEmpty(cacheRegion))
                                destination.SetCacheRegion(cacheRegion);


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable56f8e200]].SetMaxResults(selection.MaxRows).SetFirstResult(selection.FirstRow).SetCacheable(cacheable).SetReadOnly(readOnly).SetTimeout(selection.Timeout).SetFlushMode(flushMode).SetFetchSize(selection.FetchSize);
if ( ! string.IsNullOrEmpty(comment))
    [[#variable56f8e200]].SetComment(comment);
if ( ! string.IsNullOrEmpty(cacheRegion))
    [[#variable56f8e200]].SetCacheRegion(cacheRegion);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56f8e200]]
destination 
12[[#56f8e200]]
q