CloneSet1764


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.971class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13292
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs
23313
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs
33318
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs
Clone Instance
1
Line Count
3
Source Line
292
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs

                /// <summary>
                /// Returns the identifier select SQL fragment.
                /// </summary>
                /// <param name="size">The total number of returned types.</param>
                /// <param name="k">The sequence of the current returned type.</param>
                /// <returns>the identifier select SQL fragment.</returns>
                public string RenderIdentifierSelect(int size, int k)
                {
                        return _elementType.RenderIdentifierSelect(size, k);
                }



Clone Instance
2
Line Count
3
Source Line
313
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs

                public string RenderCollectionSelectFragment(int size, int k)
                {
                        return _elementType.RenderCollectionSelectFragment(size, k);
                }



Clone Instance
3
Line Count
3
Source Line
318
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromElement.cs

                public string RenderValueCollectionSelectFragment(int size, int k)
                {
                        return _elementType.RenderValueCollectionSelectFragment(size, k);
                }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Returns the identifier select SQL fragment.
/// </summary>
/// <param name="size">The total number of returned types.</param>
/// <param name="k">The sequence of the current returned type.</param>
/// <returns>the identifier select SQL fragment.</returns>
public string [[#variable27094a60]](int size, int k)
{
   return _elementType. [[#variable27094a60]](size, k);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#27094a60]]
RenderValueCollectionSelectFragment 
12[[#27094a60]]
RenderCollectionSelectFragment 
13[[#27094a60]]
RenderIdentifierSelect