CloneSet2208


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1415
src/NHibernate/Properties/BackrefPropertyAccessor.cs
2417
src/NHibernate/Properties/IndexPropertyAccessor.cs
Clone Instance
1
Line Count
4
Source Line
15
Source File
src/NHibernate/Properties/BackrefPropertyAccessor.cs

                public BackrefPropertyAccessor(string collectionRole, string entityName)
                {
                        propertyName = collectionRole.Substring(entityName.Length + 1);
                        this.entityName = entityName;
                }



Clone Instance
2
Line Count
4
Source Line
17
Source File
src/NHibernate/Properties/IndexPropertyAccessor.cs

                /// <summary> Constructs a new instance of IndexPropertyAccessor. </summary>
                /// <param name="collectionRole">The collection role which this back ref references. </param>
                /// <param name="entityName">The owner entity name.</param>
                public IndexPropertyAccessor(string collectionRole, string entityName)
                {
                        propertyName = collectionRole.Substring(entityName.Length + 1);
                        this.entityName = entityName;
                }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <summary> Constructs a new instance of IndexPropertyAccessor. </summary>
/// <param name="collectionRole">The collection role which this back ref references. </param>
/// <param name="entityName">The owner entity name.</param>
public [[#variable6e366420]](string collectionRole, string entityName)
{
   propertyName = collectionRole.Substring(entityName.Length + 1);
   this.entityName = entityName;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e366420]]
BackrefPropertyAccessor 
12[[#6e366420]]
IndexPropertyAccessor