Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 1 | 0.972 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 82 | src/NHibernate/Type/CollectionType.cs |
2 | 3 | 261 | src/NHibernate/Type/ComponentType.cs |
3 | 3 | 195 | src/NHibernate/Type/CompositeCustomType.cs |
4 | 3 | 103 | src/NHibernate/Type/CustomType.cs |
5 | 3 | 105 | src/NHibernate/Type/EntityType.cs |
| ||||
public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return NullSafeGet(rs, new string[] { name } , session, owner); } |
| ||||
public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return NullSafeGet(rs, new string[] { name } , session, owner); } |
| ||||
/// <summary> /// /// </summary> /// <param name="rs"></param> /// <param name="name"></param> /// <param name="session"></param> /// <param name="owner"></param> /// <returns></returns> public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return userType.NullSafeGet(rs, new string[] { name } , session, owner); } |
| ||||
public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return NullSafeGet(rs, new string[] { name } , session, owner); } |
| ||||
public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return NullSafeGet(rs, new string[] { name } , session, owner); } |
| |||
/// <summary> /// /// </summary> /// <param name="rs"></param> /// <param name="name"></param> /// <param name="session"></param> /// <param name="owner"></param> /// <returns></returns> public override object NullSafeGet(IDataReader rs, string name, ISessionImplementor session, object owner) { return [[#variable6b722f80]](rs, new string[] { name } , session, owner); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6b722f80]] | NullSafeGet |
1 | 2 | [[#6b722f80]] | userType.NullSafeGet |
1 | 3 | [[#6b722f80]] | NullSafeGet |
1 | 4 | [[#6b722f80]] | NullSafeGet |
1 | 5 | [[#6b722f80]] | NullSafeGet |