CloneSet902


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11250.966statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11129
src/NHibernate/Event/LoadEventListener.cs
21147
src/NHibernate/Event/LoadEventListener.cs
Clone Instance
1
Line Count
11
Source Line
29
Source File
src/NHibernate/Event/LoadEventListener.cs

                        Load = new LoadType("Load").
                                 SetAllowNulls(false).
                                 SetAllowProxyCreation(true).
                                 SetCheckDeleted(true).
                                 SetNakedEntityReturned(false);

                        ImmediateLoad = new LoadType("ImmediateLoad").
                                 SetAllowNulls(true).
                                 SetAllowProxyCreation(false).
                                 SetCheckDeleted(false).
                                 SetNakedEntityReturned(true);


Clone Instance
2
Line Count
11
Source Line
47
Source File
src/NHibernate/Event/LoadEventListener.cs

                        InternalLoadLazy = new LoadType("InternalLoadLazy").
                                 SetAllowNulls(false).
                                 SetAllowProxyCreation(true).
                                 SetCheckDeleted(false).
                                 SetNakedEntityReturned(false);

                        InternalLoadNullable = new LoadType("InternalLoadNullable").
                                 SetAllowNulls (true).
                                 SetAllowProxyCreation(false).
                                 SetCheckDeleted(false).
                                 SetNakedEntityReturned(false);


Clone AbstractionParameter Count: 5Parameter Bindings

 [[#variable2d3c9c40]]= new LoadType( [[#variable5543ae20]]).SetAllowNulls(false).SetAllowProxyCreation(true).SetCheckDeleted( [[#variable554190c0]]).SetNakedEntityReturned(false);
 [[#variable2d3c8020]]= new LoadType( [[#variable2d3c99a0]]).SetAllowNulls(true).SetAllowProxyCreation(false).SetCheckDeleted(false).SetNakedEntityReturned( [[#variable554190c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2d3c9c40]]
InternalLoadLazy 
12[[#2d3c9c40]]
Load 
21[[#5543ae20]]
"InternalLoadLazy" 
22[[#5543ae20]]
"Load" 
31[[#554190c0]]
false 
32[[#554190c0]]
true 
41[[#2d3c8020]]
InternalLoadNullable 
42[[#2d3c8020]]
ImmediateLoad 
51[[#2d3c99a0]]
"InternalLoadNullable" 
52[[#2d3c99a0]]
"ImmediateLoad"