Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 1 | 0.988 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 53 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
2 | 2 | 71 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
3 | 2 | 79 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
4 | 2 | 89 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
5 | 2 | 119 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
6 | 2 | 130 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
7 | 2 | 140 | src/NHibernate.Test/NHSpecificTest/NH1776/FilterQueryTwiceFixture.cs |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "NotExists").List<Category> (); |
| ||||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", "2600").List<Category> (); |
| |||
IList<Category> result = s.CreateQuery("from Category where Code = :code").SetParameter("code", [[#variable69750ec0]]).List<Category> (); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#69750ec0]] | "2600" |
1 | 2 | [[#69750ec0]] | "NotExists" |
1 | 3 | [[#69750ec0]] | "2600" |
1 | 4 | [[#69750ec0]] | "2600" |
1 | 5 | [[#69750ec0]] | "2600" |
1 | 6 | [[#69750ec0]] | "2600" |
1 | 7 | [[#69750ec0]] | "2600" |