CloneSet1528


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.950primary_no_array_creation_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142085
src/NHibernate.Test/Legacy/FooBarTest.cs
242146
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
4
Source Line
2085
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                     s.CreateCriteria( typeof(Foo)).
                                 Add (Expression.Eq("Integer", f.Integer)).
                                 Add (Expression.EqProperty("Integer", "Integer")).
                                 Add


Clone Instance
2
Line Count
4
Source Line
2146
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                               s.CreateCriteria( typeof(Foo)).
                                 Add(Expression.Eq("Integer", f.Integer)).
                                 Add(Expression.Like("String", f.String)).
                                 Add


Clone AbstractionParameter Count: 3Parameter Bindings

s.CreateCriteria( typeof(Foo)).Add(Expression.Eq("Integer", f.Integer)).Add(Expression. [[#variable298ed6c0]]( [[#variable298ed640]], [[#variable298ed5c0]])).Add
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#298ed6c0]]
EqProperty 
12[[#298ed6c0]]
Like 
21[[#298ed640]]
"Integer" 
22[[#298ed640]]
"String" 
31[[#298ed5c0]]
"Integer" 
32[[#298ed5c0]]
f.String