Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 165 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
2 | 2 | 168 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
| ||||
MethodInfo proxyGetIdentifierMethod = idGetterMethod == null || _proxyInterface == null ? null: ReflectHelper.TryGetMethod(_proxyInterface, idGetterMethod); |
| ||||
MethodInfo proxySetIdentifierMethod = idSetterMethod == null || _proxyInterface == null ? null: ReflectHelper.TryGetMethod(_proxyInterface, idSetterMethod); |
| |||
MethodInfo [[#variable50ab0a80]]= [[#variable50ab0a20]]== null || _proxyInterface == null ? null: ReflectHelper.TryGetMethod(_proxyInterface, [[#variable50ab0a20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50ab0a80]] | proxyGetIdentifierMethod |
1 | 2 | [[#50ab0a80]] | proxySetIdentifierMethod |
2 | 1 | [[#50ab0a20]] | idGetterMethod |
2 | 2 | [[#50ab0a20]] | idSetterMethod |