Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 222 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
2 | 3 | 238 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
| ||||
s.CreateCriteria( typeof(Animal), "a"). CreateAlias("mother", "m"). Add (Property.ForName("m.class").Eq( typeof(Reptile))) |
| ||||
s.CreateCriteria( typeof(Animal), "a"). CreateAlias("mother", "m"). Add (Property.ForName("m.class").Eq( typeof(Reptile))) |
| |||
s.CreateCriteria( typeof(Animal), "a").CreateAlias("mother", "m").Add(Property.ForName("m.class").Eq( typeof(Reptile))) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |