Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 3 | 3 | 0.975 | namespace_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 46 | src/NHibernate.Test/NHSpecificTest/NH1356/Fixture.cs |
2 | 15 | 60 | src/NHibernate.Test/NHSpecificTest/NH1356/Fixture.cs |
3 | 14 | 74 | src/NHibernate.Test/NHSpecificTest/NH1356/Fixture.cs |
| ||||
[TestFixture] public class FixtureWithList : Fixture { protected override IList Mappings { get { return new [] { "NHSpecificTest." + BugNumber + ".MappingsList.hbm.xml" } ; } } protected override ICollection<Address> NewCollection() { return new List<Address> (); } } |
| ||||
[TestFixture] public class FixtureWithBag : Fixture { protected override IList Mappings { get { return new [] { "NHSpecificTest." + BugNumber + ".MappingsBag.hbm.xml" } ; } } protected override ICollection<Address> NewCollection() { return new List<Address> (); } } |
| ||||
[TestFixture] public class FixtureWithSet : Fixture { protected override IList Mappings { get { return new [] { "NHSpecificTest." + BugNumber + ".MappingsSet.hbm.xml" } ; } } protected override ICollection<Address> NewCollection() { return new HashedSet<Address> (); } } |
| |||
[TestFixture] public class [[#variable53cea940]]: Fixture { protected override IList Mappings { get { return new [] { "NHSpecificTest." + BugNumber + [[#variable53cea8c0]] } ; } } protected override ICollection<Address> NewCollection() { return new [[#variable53cea7e0]]<Address> (); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53cea940]] | FixtureWithList |
1 | 2 | [[#53cea940]] | FixtureWithBag |
1 | 3 | [[#53cea940]] | FixtureWithSet |
2 | 1 | [[#53cea8c0]] | ".MappingsList.hbm.xml" |
2 | 2 | [[#53cea8c0]] | ".MappingsBag.hbm.xml" |
2 | 3 | [[#53cea8c0]] | ".MappingsSet.hbm.xml" |
3 | 1 | [[#53cea7e0]] | List |
3 | 2 | [[#53cea7e0]] | List |
3 | 3 | [[#53cea7e0]] | HashedSet |