CloneSet950


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1669
src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs
2667
src/NHibernate.Test/NHSpecificTest/NH1393/Person.cs
3667
src/NHibernate.Test/NHSpecificTest/NH1394/Person.cs
Clone Instance
1
Line Count
6
Source Line
69
Source File
src/NHibernate.Test/NHSpecificTest/NH1359/Person.cs

                public Pet(string name, string species, int weight, Person owner)
                {
                        this.name = name;
                        this.species = species;
                        this.weight = weight;
                        this.owner = owner;
                }



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

                public Pet(string name, string species, int weight, Person owner)
                {
                        this.name = name;
                        this.species = species;
                        this.weight = weight;
                        this.owner = owner;
                }



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

                public Pet(string name, string species, int weight, Person owner)
                {
                        this.name = name;
                        this.species = species;
                        this.weight = weight;
                        this.owner = owner;
                }



Clone AbstractionParameter Count: 0Parameter Bindings

public Pet(string name, string species, int weight, Person owner)
{
   this.name = name;
   this.species = species;
   this.weight = weight;
   this.owner = owner;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None