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.975 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 233 | src/NHibernate.Test/HQL/HQLFunctions.cs |
2 | 2 | 733 | src/NHibernate.Test/HQL/HQLFunctions.cs |
| ||||
IList lresult = s.CreateQuery(hql).List(); Assert.AreEqual(1, lresult.Count); |
| ||||
IList l = s.CreateQuery(hql).List(); Assert.AreEqual(1, l.Count); |
| |||
IList [[#variable69bd7d00]]= s.CreateQuery(hql).List(); Assert.AreEqual(1, [[#variable69bd7d00]].Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#69bd7d00]] | lresult |
1 | 2 | [[#69bd7d00]] | l |