CloneSet1969


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.969null_coalescing_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11920
src/NHibernate/Mapping/PersistentClass.cs
2128
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs
31236
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs
Clone Instance
1
Line Count
1
Source Line
920
Source File
src/NHibernate/Mapping/PersistentClass.cs

                              new MappingException(string.Format("property not found: {0} on entity {1}", propertyName, EntityName))


Clone Instance
2
Line Count
1
Source Line
28
Source File
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs

                               new QueryException(string.Format("could not resolve property: {0} of: {1}", propertyName, EntityName))


Clone Instance
3
Line Count
1
Source Line
236
Source File
src/NHibernate/Persister/Entity/AbstractPropertyMapping.cs

                                      new MappingException(string.Format("unknown property: {0} of: {1}", propertyName, EntityName))


Clone AbstractionParameter Count: 2Parameter Bindings

new [[#variable56f88da0]](string.Format( [[#variable56f88ce0]], propertyName, EntityName))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56f88da0]]
MappingException 
12[[#56f88da0]]
MappingException 
13[[#56f88da0]]
QueryException 
21[[#56f88ce0]]
"property not found: {0} on entity {1}" 
22[[#56f88ce0]]
"unknown property: {0} of: {1}" 
23[[#56f88ce0]]
"could not resolve property: {0} of: {1}"