Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.951 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 25 | src/NHibernate.DomainModel/Location.cs |
2 | 10 | 17 | src/NHibernate.Test/HQL/Ast/Address.cs |
| ||||
public string City { get { return _city; } set { _city = value; } } public string StreetName { get { return _streetName; } set { _streetName = value; } } |
| ||||
public string City { get { return city; } set { city = value; } } public string PostalCode { get { return postalCode; } set { postalCode = value; } } |
| |||
public string City { get { return [[#variable6ffba800]]; } set { [[#variable6ffba800]]= value; } } public string [[#variable67b78e80]] { get { return [[#variable67b78e40]]; } set { [[#variable67b78e40]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ffba800]] | city |
1 | 2 | [[#6ffba800]] | _city |
2 | 1 | [[#67b78e80]] | PostalCode |
2 | 2 | [[#67b78e80]] | StreetName |
3 | 1 | [[#67b78e40]] | postalCode |
3 | 2 | [[#67b78e40]] | _streetName |