Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 372 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElementFactory.cs |
2 | 3 | 501 | src/NHibernate/Hql/Ast/ANTLR/Tree/FromElementFactory.cs |
| ||||
string text = _queryableCollection.TableName; IASTNode ast = CreateFromElement(text); FromElement destination = (FromElement)ast; |
| ||||
string text = joinable.TableName; IASTNode ast = CreateFromElement(text); FromElement element = (FromElement)ast; |
| |||
string text = [[#variable4ff60340]].TableName; IASTNode ast = CreateFromElement(text); FromElement [[#variable4ff61120]]= (FromElement)ast; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ff60340]] | joinable |
1 | 2 | [[#4ff60340]] | _queryableCollection |
2 | 1 | [[#4ff61120]] | element |
2 | 2 | [[#4ff61120]] | destination |