CloneSet2010


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.989block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15102
src/NHibernate/Loader/Custom/Sql/SQLQueryParser.cs
25109
src/NHibernate/Loader/Custom/Sql/SQLQueryParser.cs
Clone Instance
1
Line Count
5
Source Line
102
Source File
src/NHibernate/Loader/Custom/Sql/SQLQueryParser.cs

                                        {
                                                // The current alias is referencing the collection to be eagerly fetched
                                                string propertyName = aliasPath.Substring(firstDot + 1);
                                                result.Append(ResolveCollectionProperties(aliasName, propertyName));
                                                aliasesFound++;
                                        }


Clone Instance
2
Line Count
5
Source Line
109
Source File
src/NHibernate/Loader/Custom/Sql/SQLQueryParser.cs

                                        {
                                                // it is a property reference {foo.bar}
                                                string propertyName = aliasPath.Substring(firstDot + 1);
                                                result.Append(ResolveProperties(aliasName, propertyName));
                                                aliasesFound++;
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

{
   // The current alias is referencing the collection to be eagerly fetched
   // it is a property reference {foo.bar}
   string propertyName = aliasPath.Substring(firstDot + 1);
   result.Append( [[#variable6ff4fb20]](aliasName, propertyName));
   aliasesFound++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6ff4fb20]]
ResolveCollectionProperties 
12[[#6ff4fb20]]
ResolveProperties