CloneSet2817


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.984accessor_declarations
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12324
src/NHibernate.DomainModel/Foo.cs
25109
src/NHibernate.DomainModel/FooComponent.cs
Clone Instance
1
Line Count
2
Source Line
324
Source File
src/NHibernate.DomainModel/Foo.cs

                        get { return null;
                            }
                        set { if (value != null) throw new Exception("Null component");
                            }


Clone Instance
2
Line Count
5
Source Line
109
Source File
src/NHibernate.DomainModel/FooComponent.cs

                        get { return null;
                            }
                        set
                        {
                                if (value != null)
                                        throw new Exception("null component property");
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

get
{
   return null;
}
set
{
   if (value != null)
      throw new Exception( [[#variable571b5960]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#571b5960]]
"null component property" 
12[[#571b5960]]
"Null component"