Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 3 | 0.958 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1 | src/NHibernate.Test/NHSpecificTest/NH1679/DomainClass.cs |
2 | 9 | 1 | src/NHibernate.Test/NHSpecificTest/NH1688/DomainClass.cs |
3 | 9 | 1 | src/NHibernate.Test/NHSpecificTest/NH1898/DomainClass.cs |
4 | 9 | 1 | src/NHibernate.Test/NHSpecificTest/NH1985/DomainClass.cs |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1679 { public class DomainClass { public int Id { get ; set ; } public bool BooleanData { get ; set ; } } } |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1688 { public class DomainClass { public int Id { get ; set ; } public bool BooleanData { get ; set ; } } } |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1898 { public class DomainClass { public int Id { get ; set ; } public string Data { get ; set ; } } } |
| ||||
namespace NHibernate.Test.NHSpecificTest.NH1985 { public class DomainClass { public int Id { get ; set ; } public string Label { get ; set ; } } } |
| |||
namespace NHibernate.Test.NHSpecificTest. [[#variable28d19cc0]] { public class DomainClass { public int Id { get ; set ; } public [[#variable28d19c40]] [[#variable28d19ba0]] { get ; set ; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28d19cc0]] | NH1688 |
1 | 2 | [[#28d19cc0]] | NH1985 |
1 | 3 | [[#28d19cc0]] | NH1898 |
1 | 4 | [[#28d19cc0]] | NH1679 |
2 | 1 | [[#28d19c40]] | bool |
2 | 2 | [[#28d19c40]] | string |
2 | 3 | [[#28d19c40]] | string |
2 | 4 | [[#28d19c40]] | bool |
3 | 1 | [[#28d19ba0]] | BooleanData |
3 | 2 | [[#28d19ba0]] | Label |
3 | 3 | [[#28d19ba0]] | Data |
3 | 4 | [[#28d19ba0]] | BooleanData |