CloneSet503


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4520.963primary_no_array_creation_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14609
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs
24794
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs
34365
src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs
4460
src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs
5479
src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs
Clone Instance
1
Line Count
4
Source Line
609
Source File
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs

                                               Projections.ProjectionList().
                                                                 Add(Projections.Count("StudentNumber")).
                                                                 Add(Projections.Max("StudentNumber")).
                                                                 Add(Projections.Min("StudentNumber"))


Clone Instance
2
Line Count
4
Source Line
794
Source File
src/NHibernate.Test/Criteria/CriteriaQueryTest.cs

                                               Projections.ProjectionList().
                                                                 Add(Projections.Count("StudentNumber")).
                                                                 Add(Projections.Max("StudentNumber")).
                                                                 Add(Projections.Min("StudentNumber"))


Clone Instance
3
Line Count
4
Source Line
365
Source File
src/NHibernate.Test/Criteria/DetachedCriteriaSerializable.cs

                                               Projections.ProjectionList().
                                                                 Add(Projections.Count("StudentNumber")).
                                                                 Add(Projections.Max("StudentNumber")).
                                                                 Add(Projections.Min("StudentNumber"))


Clone Instance
4
Line Count
4
Source Line
60
Source File
src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs

                                                Projections.ProjectionList().
                                                         Add(Projections.Avg("Pay")).
                                                         Add(Projections.Max("Pay")).
                                                         Add(Projections.Min("Pay"))


Clone Instance
5
Line Count
4
Source Line
79
Source File
src/NHibernate.Test/ExpressionTest/Projection/ProjectionSqlFixture.cs

                                Projections.ProjectionList().
                     Add        (Projections.Avg("Pay")).
                     Add        (Projections.Max("Pay")).
                     Add        (Projections.Min("Pay"))


Clone AbstractionParameter Count: 2Parameter Bindings

Projections.ProjectionList().Add(Projections. [[#variable6f8031e0]]( [[#variable6f803140]])).Add(Projections.Max( [[#variable6f803140]])).Add(Projections.Min( [[#variable6f803140]]))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6f8031e0]]
Avg 
12[[#6f8031e0]]
Count 
13[[#6f8031e0]]
Count 
14[[#6f8031e0]]
Count 
15[[#6f8031e0]]
Avg 
21[[#6f803140]]
"Pay" 
22[[#6f803140]]
"StudentNumber" 
23[[#6f803140]]
"StudentNumber" 
24[[#6f803140]]
"StudentNumber" 
25[[#6f803140]]
"Pay"