CloneSet2063


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.968statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12165
src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs
22168
src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs
Clone Instance
1
Line Count
2
Source Line
165
Source File
src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs

                        MethodInfo proxyGetIdentifierMethod = idGetterMethod == null || _proxyInterface == null ? null:
                                ReflectHelper.TryGetMethod(_proxyInterface, idGetterMethod);


Clone Instance
2
Line Count
2
Source Line
168
Source File
src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs

                        MethodInfo proxySetIdentifierMethod = idSetterMethod == null || _proxyInterface == null ? null:
                                ReflectHelper.TryGetMethod(_proxyInterface, idSetterMethod);


Clone AbstractionParameter Count: 2Parameter Bindings

MethodInfo [[#variable50ab0a80]]= [[#variable50ab0a20]]== null || _proxyInterface == null ?
                                 null: ReflectHelper.TryGetMethod(_proxyInterface, [[#variable50ab0a20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50ab0a80]]
proxyGetIdentifierMethod 
12[[#50ab0a80]]
proxySetIdentifierMethod 
21[[#50ab0a20]]
idGetterMethod 
22[[#50ab0a20]]
idSetterMethod