Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.954 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 460 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
2 | 5 | 470 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
| ||||
if ( !typeMap.TryGetValue(name, out type) && superQuery != null) { type = superQuery.GetType(name); } return type; |
| ||||
if ( !collections.TryGetValue(name, out role) && superQuery != null) { role = superQuery.GetRole(name); } return role; |
| |||
if ( ! [[#variable25889560]].TryGetValue(name, out [[#variable258894c0]]) && superQuery != null) { [[#variable258894c0]]= superQuery. [[#variable258893e0]](name); } return [[#variable258894c0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#25889560]] | collections |
1 | 2 | [[#25889560]] | typeMap |
2 | 1 | [[#258894c0]] | role |
2 | 2 | [[#258894c0]] | type |
3 | 1 | [[#258893e0]] | GetRole |
3 | 2 | [[#258893e0]] | GetType |