Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.973 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 124 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
2 | 3 | 160 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
3 | 3 | 172 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
| ||||
session.CreateCriteria( typeof(Student)). Add(Subqueries.PropertyEqAll("Name", dc)). List(); |
| ||||
session.CreateCriteria( typeof(Student)). Add(Subqueries.PropertyEqAll("Name", dc)). List(); |
| ||||
session.CreateCriteria( typeof(Student)). Add(Subqueries.In("Gavin King", dc)). List(); |
| |||
session.CreateCriteria( typeof(Student)).Add(Subqueries. [[#variable2874d6e0]]( [[#variable2874d680]], dc)).List(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2874d6e0]] | PropertyEqAll |
1 | 2 | [[#2874d6e0]] | In |
1 | 3 | [[#2874d6e0]] | PropertyEqAll |
2 | 1 | [[#2874d680]] | "Name" |
2 | 2 | [[#2874d680]] | "Gavin King" |
2 | 3 | [[#2874d680]] | "Name" |