CloneSet692


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11310.993class_member_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1114018
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
2114603
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
3114761
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
Clone Instance
1
Line Count
11
Source Line
4018
Source File
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;
                                   }



Clone Instance
2
Line Count
11
Source Line
4603
Source File
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 HbmSubclass() {
            this.dynamicupdate = false;
            this.dynamicinsert = false;
            this.selectbeforeupdate = false;
                             }



Clone Instance
3
Line Count
11
Source Line
4761
Source File
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 HbmUnionSubclass() {
            this.dynamicupdate = false;
            this.dynamicinsert = false;
            this.selectbeforeupdate = false;
                                  }



Clone AbstractionParameter Count: 1Parameter Bindings

/// <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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2888f3c0]]
HbmUnionSubclass 
12[[#2888f3c0]]
HbmSubclass 
13[[#2888f3c0]]
HbmJoinedSubclass