CloneSet2956


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.952statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151955
src/NHibernate/Impl/SessionImpl.cs
25153
src/NHibernate/Loader/Custom/Sql/SQLQueryReturnProcessor.cs
Clone Instance
1
Line Count
5
Source Line
1955
Source File
src/NHibernate/Impl/SessionImpl.cs

                                if (persister == null)
                                {
                                        throw new MappingException("class persister is not OuterJoinLoadable: " + entityName);
                                }
                                return persister;


Clone Instance
2
Line Count
5
Source Line
153
Source File
src/NHibernate/Loader/Custom/Sql/SQLQueryReturnProcessor.cs

                        if (persisterAsSqlLoadable == null)
                        {
                                throw new MappingException("class persister is not ISqlLoadable: " + entityName);
                        }
                        return persisterAsSqlLoadable;


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable545b25a0]]== null)
{
   throw new MappingException( [[#variable545b2be0]]+ entityName);
}
return [[#variable545b25a0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#545b25a0]]
persister 
12[[#545b25a0]]
persisterAsSqlLoadable 
21[[#545b2be0]]
"class persister is not OuterJoinLoadable: " 
22[[#545b2be0]]
"class persister is not ISqlLoadable: "