Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.987 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 228 | src/NHibernate/Properties/BasicPropertyAccessor.cs |
2 | 12 | 335 | 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); } } |
| ||||
/// <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); } } |
| |||
/// <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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5511a740]] | GetGetMethod |
1 | 2 | [[#5511a740]] | GetSetMethod |