Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.984 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 60 | src/NHibernate.Test/QueryTest/MultiCriteriaFixture.cs |
2 | 2 | 197 | src/NHibernate.Test/QueryTest/MultiCriteriaFixture.cs |
3 | 2 | 161 | src/NHibernate.Test/QueryTest/MultipleQueriesFixture.cs |
| ||||
IList results = multiCriteria.List(); IList items = (IList)results[0]; |
| ||||
IList results = multiCriteria.List(); IList items = (IList)results[0]; |
| ||||
IList results = MultiQuery.List(); IList items = (IList)results[0]; |
| |||
IList results = [[#variable5eb291a0]].List(); IList items = (IList)results[0]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb291a0]] | multiCriteria |
1 | 2 | [[#5eb291a0]] | MultiQuery |
1 | 3 | [[#5eb291a0]] | multiCriteria |