CloneSet2198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.965class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13168
src/NHibernate/Loader/JoinWalker.cs
23176
src/NHibernate/Loader/JoinWalker.cs
Clone Instance
1
Line Count
3
Source Line
168
Source File
src/NHibernate/Loader/JoinWalker.cs

                /// <summary>
                /// For an entity class, return a list of associations to be fetched by outerjoin
                /// </summary>
                protected void WalkEntityTree(IOuterJoinLoadable persister, string alias)
                {
                        WalkEntityTree(persister, alias, string.Empty, 0);
                }



Clone Instance
2
Line Count
3
Source Line
176
Source File
src/NHibernate/Loader/JoinWalker.cs

                /// <summary>
                /// For a collection role, return a list of associations to be fetched by outerjoin
                /// </summary>
                protected void WalkCollectionTree(IQueryableCollection persister, string alias)
                {
                        WalkCollectionTree(persister, alias, string.Empty, 0);
                        //TODO: when this is the entry point, we should use an INNER_JOIN for fetching the many-to-many elements!
                }



Clone AbstractionParameter Count: 2Parameter Bindings

/// <summary>
/// For a collection role, return a list of associations to be fetched by outerjoin
/// For an entity class, return a list of associations to be fetched by outerjoin
/// </summary>
protected void [[#variable54b8a2e0]]( [[#variable54b8a1e0]]persister, string alias)
{
    [[#variable54b8a2e0]](persister, alias, string.Empty, 0);
//TODO: when this is the entry point, we should use an INNER_JOIN for fetching the many-to-many elements!
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54b8a2e0]]
WalkCollectionTree 
12[[#54b8a2e0]]
WalkEntityTree 
21[[#54b8a1e0]]
IQueryableCollection 
22[[#54b8a1e0]]
IOuterJoinLoadable