CloneSet507


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6510.991class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1618
src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs
2618
src/NHibernate.Test/NHSpecificTest/NH1393/Person.cs
3618
src/NHibernate.Test/NHSpecificTest/NH1394/Person.cs
4618
src/NHibernate.Test/NHSpecificTest/NH1502/Person.cs
5622
src/NHibernate.Test/NHSpecificTest/NH1533/Person.cs
Clone Instance
1
Line Count
6
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs

                public Person(string name, int iq, int shoeSize)
                {
                        this.name = name;
                        this.iq = iq;
                        this.shoeSize = shoeSize;
                        Pets = new ArrayList();
                }



Clone Instance
2
Line Count
6
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/NH1393/Person.cs

                public Person(string name, int iq, int shoeSize)
                {
                        this.name = name;
                        this.iq = iq;
                        this.shoeSize = shoeSize;
                        pets = new ArrayList();
                }



Clone Instance
3
Line Count
6
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/NH1394/Person.cs

                public Person(string name, int iq, int shoeSize)
                {
                        this.name = name;
                        this.iq = iq;
                        this.shoeSize = shoeSize;
                        pets = new ArrayList();
                }



Clone Instance
4
Line Count
6
Source Line
18
Source File
src/NHibernate.Test/NHSpecificTest/NH1502/Person.cs

                public Person(string name, int iq, int shoeSize)
                {
                        this.name = name;
                        this.iq = iq;
                        this.shoeSize = shoeSize;
                        pets = new ArrayList();
                }



Clone Instance
5
Line Count
6
Source Line
22
Source File
src/NHibernate.Test/NHSpecificTest/NH1533/Person.cs

                public Person(string name, int iq, int shoeSize)
                {
                        this.name = name;
                        this.iq = iq;
                        this.shoeSize = shoeSize;
                        pets = new ArrayList();
                }



Clone AbstractionParameter Count: 1Parameter Bindings

public Person(string name, int iq, int shoeSize)
{
   this.name = name;
   this.iq = iq;
   this.shoeSize = shoeSize;
    [[#variable584889e0]]= new ArrayList();
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#584889e0]]
pets 
12[[#584889e0]]
Pets 
13[[#584889e0]]
pets 
14[[#584889e0]]
pets 
15[[#584889e0]]
pets