CloneSet2169


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.966statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13805
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs
231238
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs
Clone Instance
1
Line Count
3
Source Line
805
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs

                        XmlAttribute typeNode = node.Attributes["type"];
                        if (typeNode == null)
                                typeNode = node.Attributes["id-type"]; //for an any


Clone Instance
2
Line Count
3
Source Line
1238
Source File
src/NHibernate/Cfg/XmlHbmBinding/ClassBinder.cs

                        XmlAttribute typeAttribute = node.Attributes["type"];
                        if (typeAttribute == null)
                                typeAttribute = node.Attributes["id-type"]; //for an any


Clone AbstractionParameter Count: 1Parameter Bindings

XmlAttribute [[#variable57d2c5a0]]= node.Attributes["type"];
if ( [[#variable57d2c5a0]]== null)
    [[#variable57d2c5a0]]= node.Attributes["id-type"]; //for an any
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57d2c5a0]]
typeAttribute 
12[[#57d2c5a0]]
typeNode