Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 355 | src/NHibernate/Hql/Classic/WhereParser.cs |
2 | 2 | 362 | src/NHibernate/Hql/Classic/WhereParser.cs |
| ||||
// Add any joins SqlStringBuilder lastJoin = joins[joins.Count - 1]; joins.RemoveAt(joins.Count - 1); |
| ||||
//unaryCounts.removeLast(); //check that its zero? (As an assertion) SqlStringBuilder join = joins[joins.Count - 1]; joins.RemoveAt(joins.Count - 1); |
| |||
//unaryCounts.removeLast(); //check that its zero? (As an assertion) // Add any joins SqlStringBuilder [[#variable657db100]]= joins[joins.Count - 1]; joins.RemoveAt(joins.Count - 1); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#657db100]] | join |
1 | 2 | [[#657db100]] | lastJoin |