CloneSet2434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.987class_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114228
src/NHibernate/Properties/BasicPropertyAccessor.cs
212335
src/NHibernate/Properties/BasicPropertyAccessor.cs
Clone Instance
1
Line Count
14
Source Line
228
Source File
src/NHibernate/Properties/BasicPropertyAccessor.cs

                        /// <summary>
                        /// Gets the name of the Property.
                        /// </summary>
                        /// <value>The name of the Property.</value>
                        public string PropertyName
                        {
                                get { return property.Name;
                                    }
                        }

                        /// <summary>
                        /// Gets the <see cref="PropertyInfo"/> for the Property.
                        /// </summary>
                        /// <value>
                        /// The <see cref="PropertyInfo"/> for the Property.
                        /// </value>
                        public MethodInfo Method
                        {
                                get { return property.GetGetMethod(true);
                                    }
                        }



Clone Instance
2
Line Count
12
Source Line
335
Source File
src/NHibernate/Properties/BasicPropertyAccessor.cs

                        /// <summary>
                        /// Gets the name of the mapped Property.
                        /// </summary>
                        /// <value>The name of the mapped Property or <see langword="null" />.</value>
                        public string PropertyName
                        {
                                get { return property.Name;
                                    }
                        }

                        /// <summary>
                        /// Gets the <see cref="PropertyInfo"/> for the mapped Property.
                        /// </summary>
                        /// <value>The <see cref="PropertyInfo"/> for the mapped Property.</value>
                        public MethodInfo Method
                        {
                                get { return property.GetSetMethod(true);
                                    }
                        }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary>
/// Gets the name of the Property.
/// Gets the name of the mapped Property.
/// </summary>
/// <value>The name of the Property.</value>
/// <value>The name of the mapped Property or <see langword="null" />.</value>
public string PropertyName
{
   get
   {
      return property.Name;
   }
}

/// <summary>
/// Gets the <see cref="PropertyInfo"/> for the Property.
/// Gets the <see cref="PropertyInfo"/> for the mapped Property.
/// </summary>
/// <value>
/// The <see cref="PropertyInfo"/> for the Property.
/// </value>
/// <value>The <see cref="PropertyInfo"/> for the mapped Property.</value>
public MethodInfo Method
{
   get
   {
      return property. [[#variable5511a740]](true);
   }
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5511a740]]
GetGetMethod 
12[[#5511a740]]
GetSetMethod