CloneSet876


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.989statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14194
src/NHibernate/Cfg/XmlHbmBinding/CollectionBinder.cs
2438
src/NHibernate/Cfg/XmlHbmBinding/UnionSubclassBinder.cs
Clone Instance
1
Line Count
4
Source Line
194
Source File
src/NHibernate/Cfg/XmlHbmBinding/CollectionBinder.cs

                                XmlAttribute schemaNode = node.Attributes["schema"];
                                string schema = schemaNode == null ? mappings.SchemaName:  schemaNode.Value;
                                XmlAttribute catalogNode = node.Attributes["catalog"];
                                string catalog = catalogNode == null ? mappings.CatalogName:  catalogNode.Value;


Clone Instance
2
Line Count
4
Source Line
38
Source File
src/NHibernate/Cfg/XmlHbmBinding/UnionSubclassBinder.cs

                        //table + schema names
                        XmlAttribute schemaNode = subnode.Attributes["schema"];
                        string schema = schemaNode == null ? mappings.SchemaName:  schemaNode.Value;
                        XmlAttribute catalogNode = subnode.Attributes["catalog"];
                        string catalog = catalogNode == null ? mappings.CatalogName:  catalogNode.Value;


Clone AbstractionParameter Count: 1Parameter Bindings

//table + schema names
XmlAttribute schemaNode = [[#variable50f08100]].Attributes["schema"];
string schema = schemaNode == null ?
                mappings.SchemaName: schemaNode.Value;
XmlAttribute catalogNode = [[#variable50f08100]].Attributes["catalog"];
string catalog = catalogNode == null ?
                 mappings.CatalogName: catalogNode.Value;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50f08100]]
subnode 
12[[#50f08100]]
node