Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 0 | 1.000 | statement_list[16] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 180 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
2 | 19 | 278 | 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); |
| ||||
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); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |