Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 5 | src/NHibernate.Test/DynamicEntity/Interceptor/ProxyInterceptor.cs |
2 | 4 | 5 | src/NHibernate.Test/DynamicEntity/Tuplizer/EntityNameInterceptor.cs |
| ||||
public override string GetEntityName(object entity) { string entityName = ProxyHelper.ExtractEntityName(entity) ?? base.GetEntityName(entity); return entityName; } |
| ||||
public override string GetEntityName(object entity) { string entityName = ProxyHelper.ExtractEntityName(entity) ?? base.GetEntityName(entity); return entityName; } |
| |||
public override string GetEntityName(object entity) { string entityName = ProxyHelper.ExtractEntityName(entity) ?? base.GetEntityName(entity); return entityName; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |