Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.979 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 200 | src/NHibernate.Test/QueryTest/MultiCriteriaFixture.cs |
2 | 2 | 234 | src/NHibernate.Test/QueryTest/MultiCriteriaFixture.cs |
3 | 2 | 165 | src/NHibernate.Test/QueryTest/MultipleQueriesFixture.cs |
4 | 2 | 262 | src/NHibernate.Test/QueryTest/MultipleQueriesFixture.cs |
| ||||
int count = (int)((IList)results[1])[0]; Assert.AreEqual(99L, count); |
| ||||
int count = (int)((IList)results[1])[0]; Assert.AreEqual(99L, count); |
| ||||
long count = (long)((IList)results[1])[0]; Assert.AreEqual(99L, count); |
| ||||
long count = (long)((IList)results[1])[0]; Assert.AreEqual(99L, count); |
| |||
[[#variable52dc7300]]count = ( [[#variable52dc7300]])((IList)results[1])[0]; Assert.AreEqual(99L, count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52dc7300]] | long |
1 | 2 | [[#52dc7300]] | int |
1 | 3 | [[#52dc7300]] | int |
1 | 4 | [[#52dc7300]] | long |