Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 3 | 1 | 0.993 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 4018 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
2 | 11 | 4603 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
3 | 11 | 4761 | src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs |
| ||||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute("batch-size", DataType = "positiveInteger")] public string batchsize; /// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] public string node; public HbmJoinedSubclass() { this.dynamicupdate = false; this.dynamicinsert = false; this.selectbeforeupdate = false; } |
| ||||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute("batch-size", DataType = "positiveInteger")] public string batchsize; /// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] public string node; public HbmSubclass() { this.dynamicupdate = false; this.dynamicinsert = false; this.selectbeforeupdate = false; } |
| ||||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute("batch-size", DataType = "positiveInteger")] public string batchsize; /// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] public string node; public HbmUnionSubclass() { this.dynamicupdate = false; this.dynamicinsert = false; this.selectbeforeupdate = false; } |
| |||
/// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute("batch-size", DataType = "positiveInteger")] public string batchsize; /// <remarks/> [System.Xml.Serialization.XmlAttributeAttribute()] public string node; public [[#variable2888f3c0]]() { this.dynamicupdate = false; this.dynamicinsert = false; this.selectbeforeupdate = false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2888f3c0]] | HbmUnionSubclass |
1 | 2 | [[#2888f3c0]] | HbmSubclass |
1 | 3 | [[#2888f3c0]] | HbmJoinedSubclass |