Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.967 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 281 | src/NHibernate/Type/ComponentType.cs |
2 | 3 | 72 | src/NHibernate/Type/CompositeCustomType.cs |
| ||||
public object[] GetPropertyValues(object component, ISessionImplementor session) { return GetPropertyValues(component, session.EntityMode); } |
| ||||
/// <summary> /// /// </summary> /// <param name="component"></param> /// <param name="session"></param> /// <returns></returns> public virtual object[] GetPropertyValues(object component, ISessionImplementor session) { return GetPropertyValues(component, session.EntityMode); } |
| |||
[[#variable583a1de0]]object[] GetPropertyValues(object component, ISessionImplementor session) { return GetPropertyValues(component, session.EntityMode); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#583a1de0]] | public |
1 | 2 | [[#583a1de0]] | /// <summary> /// /// </summary> /// <param name="component"></param> /// <param name="session"></param> /// <returns></returns> public virtual |