CloneSet630


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5610.987class_member_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15366
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
251585
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
352523
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
452717
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
553338
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
653521
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs
Clone Instance
1
Line Count
5
Source Line
366
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmArray() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                          }



Clone Instance
2
Line Count
5
Source Line
1585
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmBag() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                        }



Clone Instance
3
Line Count
5
Source Line
2523
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmList() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                         }



Clone Instance
4
Line Count
5
Source Line
2717
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmMap() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                        }



Clone Instance
5
Line Count
5
Source Line
3338
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmSet() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                        }



Clone Instance
6
Line Count
5
Source Line
3521
Source File
src/NHibernate/Cfg/MappingSchema/Hbm.generated.cs

        public HbmIdbag() {
            this.inverse = false;
            this.mutable = true;
            this.optimisticlock = true;
            this.embedxml = true;
                          }



Clone AbstractionParameter Count: 1Parameter Bindings

public [[#variable67ae8460]]()
{
   this.inverse = false;
   this.mutable = true;
   this.optimisticlock = true;
   this.embedxml = true;
}

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#67ae8460]]
HbmIdbag 
12[[#67ae8460]]
HbmSet 
13[[#67ae8460]]
HbmMap 
14[[#67ae8460]]
HbmList 
15[[#67ae8460]]
HbmBag 
16[[#67ae8460]]
HbmArray