Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 31 | src/NHibernate.Test/ExpressionTest/Projection/ProjectionFixture.cs |
2 | 2 | 106 | src/NHibernate.Test/ExpressionTest/Projection/ProjectionFixture.cs |
| ||||
IProjection expression = Projections.Avg("Pay"); CreateObjects( typeof(Simple), session); |
| ||||
IProjection expression = Projections.GroupProperty("Pay"); CreateObjects( typeof(Simple), session); |
| |||
IProjection expression = Projections. [[#variable54b14e20]]("Pay"); CreateObjects( typeof(Simple), session); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b14e20]] | Avg |
1 | 2 | [[#54b14e20]] | GroupProperty |