CloneSet1476


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2430.952statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1267
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs
2369
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs
3399
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs
43114
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs
Clone Instance
1
Line Count
2
Source Line
67
Source File
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs

                        CheckType("sum(a.AShort)", typeof(Int64));
                        CheckType("sum(a.AnInt)", typeof(Int64));


Clone Instance
2
Line Count
3
Source Line
69
Source File
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs

                        CheckType("sum(a.ALong)", typeof(Int64));

                        CheckType("sum(a.AFloat)", typeof(Double));


Clone Instance
3
Line Count
3
Source Line
99
Source File
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs

                        CheckType("min(a.ALong)", typeof(Int64));

                        CheckType("min(a.AFloat)", typeof(Single));


Clone Instance
4
Line Count
3
Source Line
114
Source File
src/NHibernate.Test/QueryTest/AggregateReturnTypesFixture.cs

                        CheckType("max(a.ALong)", typeof(Int64));

                        CheckType("max(a.AFloat)", typeof(Single));


Clone AbstractionParameter Count: 3Parameter Bindings

CheckType( [[#variable287e0560]], typeof(Int64));
CheckType( [[#variable287e09e0]], typeof( [[#variable28a07460]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#287e0560]]
"sum(a.AShort)" 
12[[#287e0560]]
"sum(a.ALong)" 
13[[#287e0560]]
"min(a.ALong)" 
14[[#287e0560]]
"max(a.ALong)" 
21[[#287e09e0]]
"sum(a.AnInt)" 
22[[#287e09e0]]
"sum(a.AFloat)" 
23[[#287e09e0]]
"min(a.AFloat)" 
24[[#287e09e0]]
"max(a.AFloat)" 
31[[#28a07460]]
Int64 
32[[#28a07460]]
Double 
33[[#28a07460]]
Single 
34[[#28a07460]]
Single