CloneSet2388


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.987method_header
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13107
src/NHibernate/Loader/Criteria/CriteriaJoinWalker.cs
22351
src/NHibernate/Loader/JoinWalker.cs
Clone Instance
1
Line Count
3
Source Line
107
Source File
src/NHibernate/Loader/Criteria/CriteriaJoinWalker.cs

                protected override JoinType GetJoinType(IAssociationType type, FetchMode config, string path, string lhsTable,
                                                        string[] lhsColumns, bool nullable, int currentDepth,
                                                        CascadeStyle cascadeStyle)


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

                /// <summary>
                /// Get the join type (inner, outer, etc) or -1 if the
                /// association should not be joined. Override on
                /// subclasses.
                /// </summary>
                protected virtual JoinType GetJoinType(IAssociationType type, FetchMode config, string path, string lhsTable,
                        string[] lhsColumns            , bool nullable, int currentDepth, CascadeStyle cascadeStyle)


Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Get the join type (inner, outer, etc) or -1 if the
/// association should not be joined. Override on
/// subclasses.
/// </summary>
protected [[#variable5534e8c0]]JoinType GetJoinType(IAssociationType type, FetchMode config, string path, string lhsTable, string[] lhsColumns, bool nullable, int currentDepth, CascadeStyle cascadeStyle)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5534e8c0]]
virtual 
12[[#5534e8c0]]
override