| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 2 | 0.972 | class_member_declarations[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 729 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
| 2 | 10 | 2952 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
| ||||
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("foreign-key")]
public string foreignkey;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("property-ref")]
public string propertyref;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute()]
public string formula;
|
| ||||
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("foreign-key")]
public string foreignkey;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("property-ref")]
public string propertyref;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute()]
public HbmLaziness lazy;
|
| |||
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("foreign-key")]
public string foreignkey;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute("property-ref")]
public string propertyref;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute()]
public [[#variable259a1640]] [[#variable26f86000]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#259a1640]] | HbmLaziness |
| 1 | 2 | [[#259a1640]] | string |
| 2 | 1 | [[#26f86000]] | lazy |
| 2 | 2 | [[#26f86000]] | formula |