Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 5 | 0.955 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 171 | src/NHibernate.Test/NHSpecificTest/NH1280/NH1280Fixture.cs |
2 | 3 | 175 | src/NHibernate.Test/NHSpecificTest/NH1280/NH1280Fixture.cs |
3 | 3 | 200 | src/NHibernate.Test/NHSpecificTest/NH1280/NH1280Fixture.cs |
| ||||
DetachedCriteria.For( typeof(Person)). Add (Property.ForName("IQ").Eq(10)). SetProjection (Property.ForName("Name")) |
| ||||
DetachedCriteria.For( typeof(Person)). Add (Property.ForName("ShoeSize").Eq(7)). SetProjection (Projections.Property("Name")) |
| ||||
DetachedCriteria.For( typeof(Person)). Add (Property.ForName("IQ").Eq(40)). SetProjection (Property.ForName("IQ")) |
| |||
DetachedCriteria.For( typeof(Person)).Add(Property.ForName( [[#variable4ff6bc40]]).Eq( [[#variable4ff6bb80]])).SetProjection( [[#variable4ff6bb20]]. [[#variable4ff6baa0]]( [[#variable4ff6ba00]])) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ff6bc40]] | "IQ" |
1 | 2 | [[#4ff6bc40]] | "ShoeSize" |
1 | 3 | [[#4ff6bc40]] | "IQ" |
2 | 1 | [[#4ff6bb80]] | 10 |
2 | 2 | [[#4ff6bb80]] | 7 |
2 | 3 | [[#4ff6bb80]] | 40 |
3 | 1 | [[#4ff6bb20]] | Property |
3 | 2 | [[#4ff6bb20]] | Projections |
3 | 3 | [[#4ff6bb20]] | Property |
4 | 1 | [[#4ff6baa0]] | ForName |
4 | 2 | [[#4ff6baa0]] | Property |
4 | 3 | [[#4ff6baa0]] | ForName |
5 | 1 | [[#4ff6ba00]] | "Name" |
5 | 2 | [[#4ff6ba00]] | "Name" |
5 | 3 | [[#4ff6ba00]] | "IQ" |