Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.957 | namespace_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 5 | src/NHibernate.Test/NHSpecificTest/NH1904/Model.cs |
2 | 7 | 12 | src/NHibernate.Test/NHSpecificTest/NH1908/Model.cs |
| ||||
public class Invoice { public virtual int ID { get ; private set ; } public virtual DateTime Issued { get ; set ; } protected virtual DateTime issued { get ; set ; } } |
| ||||
public class Invoice { public virtual int ID { get ; private set ; } public virtual DateTime Issued { get ; set ; } public virtual Category Category { get ; set ; } } |
| |||
public class Invoice { public virtual int ID { get ; private set ; } public virtual DateTime Issued { get ; set ; } [[#variable6fd8ea40]]virtual [[#variable6fd8e980]] [[#variable6fd8e900]] { get ; set ; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fd8ea40]] | public |
1 | 2 | [[#6fd8ea40]] | protected |
2 | 1 | [[#6fd8e980]] | Category |
2 | 2 | [[#6fd8e980]] | DateTime |
3 | 1 | [[#6fd8e900]] | Category |
3 | 2 | [[#6fd8e900]] | issued |