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.971 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 1 | src/NHibernate.Test/NHSpecificTest/NH315/Person.cs |
2 | 15 | 1 | src/NHibernate.Test/NHSpecificTest/NH369/KeyManyToOneClass.cs |
3 | 15 | 1 | src/NHibernate.Test/NHSpecificTest/NH386/_Child.cs |
| ||||
using System; namespace NHibernate.Test.NHSpecificTest.NH315 { public class Person { private int _id; public int Id { get { return _id; } set { _id = value; } } } } |
| ||||
using System; namespace NHibernate.Test.NHSpecificTest.NH369 { public class KeyManyToOneClass { private int _id; public int Id { get { return _id; } set { _id = value; } } } } |
| ||||
using System; namespace NHibernate.Test.NHSpecificTest.NH386 { public class _Child { private int _id; public int _Id { get { return _id; } set { _id = value; } } } } |
| |||
using System; namespace NHibernate.Test.NHSpecificTest. [[#variable2cb6c760]] { public class [[#variable2cb6c700]] { private int _id; public int [[#variable2cb6c6a0]] { get { return _id; } set { _id = value; } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2cb6c760]] | NH315 |
1 | 2 | [[#2cb6c760]] | NH369 |
1 | 3 | [[#2cb6c760]] | NH386 |
2 | 1 | [[#2cb6c700]] | Person |
2 | 2 | [[#2cb6c700]] | KeyManyToOneClass |
2 | 3 | [[#2cb6c700]] | _Child |
3 | 1 | [[#2cb6c6a0]] | Id |
3 | 2 | [[#2cb6c6a0]] | Id |
3 | 3 | [[#2cb6c6a0]] | _Id |