CloneSet2055


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.952class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1414
src/NHibernate.Test/Extralazy/User.cs
2416
src/NHibernate.Test/Interceptor/User.cs
3412
src/NHibernate.Test/Naturalid/Immutable/User.cs
Clone Instance
1
Line Count
4
Source Line
14
Source File
src/NHibernate.Test/Extralazy/User.cs

                public User(string name, string password)
                {
                        this.name = name;
                        this.password = password;
                }



Clone Instance
2
Line Count
4
Source Line
16
Source File
src/NHibernate.Test/Interceptor/User.cs

                public User(string name, string password)
                {
                        this.name = name;
                        this.password = password;
                }



Clone Instance
3
Line Count
4
Source Line
12
Source File
src/NHibernate.Test/Naturalid/Immutable/User.cs

                public User(string userName, string password)
                {
                        this.userName = userName;
                        this.password = password;
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public User(string [[#variable541435e0]], string password)
{
   this. [[#variable541435e0]]= [[#variable541435e0]];
   this.password = password;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#541435e0]]
name 
12[[#541435e0]]
userName 
13[[#541435e0]]
name