Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.989 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 102 | src/NHibernate/Loader/Custom/Sql/SQLQueryParser.cs |
2 | 5 | 109 | 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++; } |
| ||||
{ // it is a property reference {foo.bar} string propertyName = aliasPath.Substring(firstDot + 1); result.Append(ResolveProperties(aliasName, propertyName)); aliasesFound++; } |
| |||
{ // 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ff4fb20]] | ResolveCollectionProperties |
1 | 2 | [[#6ff4fb20]] | ResolveProperties |