CloneSet2151


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.977statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131427
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
232473
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs
Clone Instance
1
Line Count
3
Source Line
1427
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                        //otherwise return the "hydrated" state (ie. associations are not resolved)
                                        IType[] types = PropertyTypes;
                                        object[] values = new object[types.Length];
                                        bool[] includeProperty = PropertyUpdateability;


Clone Instance
2
Line Count
3
Source Line
2473
Source File
src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

                                IType[] types = PropertyTypes;
                                object[] values = new object[types.Length];
                                bool[] laziness = PropertyLaziness;


Clone AbstractionParameter Count: 2Parameter Bindings

//otherwise return the "hydrated" state (ie. associations are not resolved)
IType[] types = PropertyTypes;
object[] values = new object[types.Length];
bool[] [[#variable6fa59540]]= [[#variable6fa59680]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6fa59540]]
includeProperty 
12[[#6fa59540]]
laziness 
21[[#6fa59680]]
PropertyUpdateability 
22[[#6fa59680]]
PropertyLaziness