CloneSet371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19201.000statement_list[16]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
119180
src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs
219278
src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs
Clone Instance
1
Line Count
19
Source Line
180
Source File
src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs

                        s.Save(mars);

                        Human gavin = new Human();
                        gavin.Identity = "gavin";
                        gavin.Sex = 'M';
                        gavin.Location = mel;
                        mel.AddBeing(gavin);

                        Alien x23y4 = new Alien();
                        x23y4.Identity = "x23y4$$hu%3";
                        x23y4.Location = mars;
                        x23y4.Species = "martian";
                        mars.AddBeing(x23y4);

                        Hive hive = new Hive();
                        hive.Location = mars;
                        hive.Members.Add(x23y4);
                        x23y4.Hive = hive;
                        s.Persist(hive);


Clone Instance
2
Line Count
19
Source Line
278
Source File
src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs

                                s.Save(mars);

                                Human gavin = new Human();
                                gavin.Identity = "gavin";
                                gavin.Sex = 'M';
                                gavin.Location = mel;
                                mel.AddBeing(gavin);

                                Alien x23y4 = new Alien();
                                x23y4.Identity = "x23y4$$hu%3";
                                x23y4.Location = mars;
                                x23y4.Species = "martian";
                                mars.AddBeing(x23y4);

                                Hive hive = new Hive();
                                hive.Location = mars;
                                hive.Members.Add(x23y4);
                                x23y4.Hive = hive;
                                s.Persist(hive);


Clone AbstractionParameter Count: 0Parameter Bindings

s.Save(mars);
Human gavin = new Human();
gavin.Identity = "gavin";
gavin.Sex = 'M';
gavin.Location = mel;
mel.AddBeing(gavin);
Alien x23y4 = new Alien();
x23y4.Identity = "x23y4$$hu%3";
x23y4.Location = mars;
x23y4.Species = "martian";
mars.AddBeing(x23y4);
Hive hive = new Hive();
hive.Location = mars;
hive.Members.Add(x23y4);
x23y4.Hive = hive;
s.Persist(hive);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None