Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 49 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
2 | 2 | 53 | src/NHibernate/Hql/Classic/QueryTranslator.cs |
| ||||
private readonly IList<SqlString> scalarSelectTokens = new List<SqlString> (); private readonly IList<SqlString> whereTokens = new List<SqlString> (); |
| ||||
private readonly IList<SqlString> orderByTokens = new List<SqlString> (); private readonly IList<SqlString> groupByTokens = new List<SqlString> (); |
| |||
private readonly IList<SqlString> [[#variable6dac6e80]]= new List<SqlString> (); private readonly IList<SqlString> [[#variable6f80aba0]]= new List<SqlString> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6dac6e80]] | scalarSelectTokens |
1 | 2 | [[#6dac6e80]] | orderByTokens |
2 | 1 | [[#6f80aba0]] | whereTokens |
2 | 2 | [[#6f80aba0]] | groupByTokens |