CloneSet1950


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.969non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13402
src/NHibernate/Mapping/Collection.cs
23406
src/NHibernate/Mapping/Collection.cs
Clone Instance
1
Line Count
3
Source Line
402
Source File
src/NHibernate/Mapping/Collection.cs

                        if (elementNodeName != null && elementNodeName.StartsWith("@"))
                        {
                                throw new MappingException(string.Format("element node must not be an attribute: {0}", elementNodeName));
                        }


Clone Instance
2
Line Count
3
Source Line
406
Source File
src/NHibernate/Mapping/Collection.cs

                        if (elementNodeName != null && elementNodeName.Equals("."))
                        {
                                throw new MappingException(string.Format("element node must not be the parent: {0}", elementNodeName));
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

if (elementNodeName != null && elementNodeName. [[#variable5eb5e400]]( [[#variable6a8df840]]))
{
   throw new MappingException(string.Format( [[#variable5eb5e300]], elementNodeName));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5eb5e400]]
Equals 
12[[#5eb5e400]]
StartsWith 
21[[#6a8df840]]
"." 
22[[#6a8df840]]
"@" 
31[[#5eb5e300]]
"element node must not be the parent: {0}" 
32[[#5eb5e300]]
"element node must not be an attribute: {0}"