| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 3 | 0.967 | null_coalescing_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 272 | src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs |
| 2 | 3 | 160 | src/NHibernate.Test/ExpressionTest/Projection/ProjectionFixture.cs |
| 3 | 3 | 104 | src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs |
| ||||
Projections.SqlProjection("COUNT(*)",
new string[] { "tStudent"
} , new IType[] { NHibernateUtil.Int32
} )
|
| ||||
Projections.SqlProjection("count(Pay)",
new string[] { "CountOfPay"
} , new
IType[] { NHibernateUtil.Double
} )
|
| ||||
Projections.SqlProjection("Avg({alias}.Pay) as MyPay",
new string[] { "MyPay"
} , new IType[] { NHibernateUtil.Double
} )
|
| |||
Projections.SqlProjection( [[#variable56aba2a0]], new string[]
{
[[#variable56aba200]]
} , new IType[]
{
NHibernateUtil. [[#variable56aba160]]
} )
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56aba2a0]] | "Avg({alias}.Pay) as MyPay" |
| 1 | 2 | [[#56aba2a0]] | "count(Pay)" |
| 1 | 3 | [[#56aba2a0]] | "COUNT(*)" |
| 2 | 1 | [[#56aba200]] | "MyPay" |
| 2 | 2 | [[#56aba200]] | "CountOfPay" |
| 2 | 3 | [[#56aba200]] | "tStudent" |
| 3 | 1 | [[#56aba160]] | Double |
| 3 | 2 | [[#56aba160]] | Double |
| 3 | 3 | [[#56aba160]] | Int32 |