CloneSet1093


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.978class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13195
src/NHibernate/Type/ComponentType.cs
23298
src/NHibernate/Type/EntityType.cs
Clone Instance
1
Line Count
3
Source Line
195
Source File
src/NHibernate/Type/ComponentType.cs

                public override object NullSafeGet(IDataReader rs, string[] names, ISessionImplementor session, object owner)
                {
                        return ResolveIdentifier(Hydrate(rs, names, session, owner), session, owner);
                }



Clone Instance
2
Line Count
3
Source Line
298
Source File
src/NHibernate/Type/EntityType.cs

                /// <summary>
                /// Converts the id contained in the <see cref="IDataReader"/> to an object.
                /// </summary>
                /// <param name="rs">The <see cref="IDataReader"/> that contains the query results.</param>
                /// <param name="names">A string array of column names that contain the id.</param>
                /// <param name="session">The <see cref="ISessionImplementor"/> this is occurring in.</param>
                /// <param name="owner">The object that this Entity will be a part of.</param>
                /// <returns>
                /// An instance of the object or <see langword="null" /> if the identifer was null.
                /// </returns>
                public override sealed object NullSafeGet(IDataReader rs, string[] names, ISessionImplementor session, object owner)
                {
                        return ResolveIdentifier(Hydrate(rs, names, session, owner), session, owner);
                }



Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable70e83e20]]object NullSafeGet(IDataReader rs, string[] names, ISessionImplementor session, object owner)
{
   return ResolveIdentifier(Hydrate(rs, names, session, owner), session, owner);
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#70e83e20]]
public override 
12[[#70e83e20]]
/// <summary>
/// Converts the id contained in the <see cref="IDataReader"/> to an object.
/// </summary>
/// <param name="rs">The <see cref="IDataReader"/> that contains the query results.</param>
/// <param name="names">A string array of column names that contain the id.</param>
/// <param name="session">The <see cref="ISessionImplementor"/> this is occurring in.</param>
/// <param name="owner">The object that this Entity will be a part of.</param>
/// <returns>
/// An instance of the object or <see langword="null" /> if the identifer was null.
/// </returns>
public override sealed