| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.976 | class_member_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 481 | src/NHibernate.DomainModel/CustomPersister.cs |
| 2 | 4 | 487 | src/NHibernate.DomainModel/CustomPersister.cs |
| ||||
public object GetPropertyValue(object obj, int i, EntityMode entityMode)
{
CheckEntityMode(entityMode);
return ((Custom)obj).Name;
}
|
| ||||
public object GetPropertyValue(object obj, string name, EntityMode entityMode)
{
CheckEntityMode(entityMode);
return ((Custom)obj).Name;
}
|
| |||
public object GetPropertyValue(object obj, [[#variable51e479a0]] [[#variable51e478a0]], EntityMode entityMode)
{
CheckEntityMode(entityMode);
return ((Custom)obj).Name;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#51e479a0]] | int |
| 1 | 2 | [[#51e479a0]] | string |
| 2 | 1 | [[#51e478a0]] | i |
| 2 | 2 | [[#51e478a0]] | name |