Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_list[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 28 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
2 | 8 | 64 | src/NHibernate.Test/Unionsubclass/UnionSubclassFixture.cs |
| ||||
Location mel = new Location("Earth"); s.Save(mel); Human gavin = new Human(); gavin.Identity = "gavin"; gavin.Sex = 'M'; gavin.Location = mel; mel.AddBeing(gavin); |
| ||||
Location mel = new Location("Earth"); s.Save(mel); Human gavin = new Human(); gavin.Identity = "gavin"; gavin.Sex = 'M'; gavin.Location = mel; mel.AddBeing(gavin); |
| |||
Location mel = new Location("Earth"); s.Save(mel); Human gavin = new Human(); gavin.Identity = "gavin"; gavin.Sex = 'M'; gavin.Location = mel; mel.AddBeing(gavin); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |