Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.978 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 1 | src/NHibernate.Test/EntityModeTest/Xml/Many2One/CarPart.cs |
2 | 11 | 1 | src/NHibernate.Test/EntityModeTest/Xml/Many2One/CarType.cs |
| ||||
using System; namespace NHibernate.Test.EntityModeTest.Xml.Many2One { [Serializable] public class CarPart { public virtual long Id { get ; set ; } public virtual string PartName { get ; set ; } } } |
| ||||
using System; namespace NHibernate.Test.EntityModeTest.Xml.Many2One { [Serializable] public class CarType { public virtual long Id { get ; set ; } public virtual string TypeName { get ; set ; } } } |
| |||
using System; namespace NHibernate.Test.EntityModeTest.Xml.Many2One { [Serializable] public class [[#variable4f203320]] { public virtual long Id { get ; set ; } public virtual string [[#variable4f2032a0]] { get ; set ; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f203320]] | CarPart |
1 | 2 | [[#4f203320]] | CarType |
2 | 1 | [[#4f2032a0]] | PartName |
2 | 2 | [[#4f2032a0]] | TypeName |