CloneSet1477


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3420.968class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1369
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
2374
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
33195
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
43204
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs
Clone Instance
1
Line Count
3
Source Line
69
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs

                public IList<IASTNode> GetExplicitFromElements()
                {
                        return ASTUtil.CollectChildren(this, ExplicitFromPredicate);
                }



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

                public IList<IASTNode> GetCollectionFetches()
                {
                        return ASTUtil.CollectChildren(this, CollectionFetchPredicate);
                }



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

                /// <summary>
                /// Returns the list of from elements in order.
                /// </summary>
                /// <returns>The list of from elements (instances of FromElement).</returns>
                public IList<IASTNode> GetFromElements()
                {
                        return ASTUtil.CollectChildren(this, FromElementPredicate);
                }



Clone Instance
4
Line Count
3
Source Line
204
Source File
src/NHibernate/Hql/Ast/ANTLR/Tree/FromClause.cs

                /// <summary>
                /// Returns the list of from elements that will be part of the result set.
                /// </summary>
                /// <returns>the list of from elements that will be part of the result set.</returns>
                public IList<IASTNode> GetProjectionList()
                {
                        return ASTUtil.CollectChildren(this, ProjectionListPredicate);
                }



Clone AbstractionParameter Count: 2Parameter Bindings

/// <summary>
/// Returns the list of from elements that will be part of the result set.
/// Returns the list of from elements in order.
/// </summary>
/// <returns>the list of from elements that will be part of the result set.</returns>
/// <returns>The list of from elements (instances of FromElement).</returns>
public IList<IASTNode> [[#variable28a9c240]]()
{
   return ASTUtil.CollectChildren(this, [[#variable28a9c220]]);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#28a9c240]]
GetProjectionList 
12[[#28a9c240]]
GetFromElements 
13[[#28a9c240]]
GetCollectionFetches 
14[[#28a9c240]]
GetExplicitFromElements 
21[[#28a9c220]]
ProjectionListPredicate 
22[[#28a9c220]]
FromElementPredicate 
23[[#28a9c220]]
CollectionFetchPredicate 
24[[#28a9c220]]
ExplicitFromPredicate