Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
35 | 2 | 4 | 0.957 | namespace_member_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 35 | 6 | src/NHibernate.Test/NHSpecificTest/NH1447/Person.cs |
2 | 35 | 5 | src/NHibernate.Test/NHSpecificTest/NH1478/Person.cs |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1447 { public class Person { public Person() { } public Person(string name, bool wantsNewsLetter) { this.Name = name; this.WantsNewsletter = wantsNewsLetter; } public virtual int Id { get ; set ; } public virtual string Name { get ; set ; } public virtual bool WantsNewsletter { get ; set ; } } } |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1478 { public class Person { public Person() { } public Person(string name, string bio) { this.Name = name; this.Biography = bio; } public virtual int Id { get ; set ; } public virtual string Name { get ; set ; } public virtual string Biography { get ; set ; } } } |
| |||
namespace NHibernate.Test.NHSpecificTest. [[#variable4f878a20]] { public class Person { public Person() { } public Person(string name, [[#variable4f8789c0]] [[#variable4f878940]]) { this.Name = name; this. [[#variable4f878860]]= [[#variable4f878940]]; } public virtual int Id { get ; set ; } public virtual string Name { get ; set ; } public virtual [[#variable4f8789c0]] [[#variable4f878860]] { get ; set ; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f878a20]] | NH1447 |
1 | 2 | [[#4f878a20]] | NH1478 |
2 | 1 | [[#4f8789c0]] | bool |
2 | 2 | [[#4f8789c0]] | string |
3 | 1 | [[#4f878940]] | wantsNewsLetter |
3 | 2 | [[#4f878940]] | bio |
4 | 1 | [[#4f878860]] | WantsNewsletter |
4 | 2 | [[#4f878860]] | Biography |