CloneSet1505


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.959statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14700
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
24721
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs
Clone Instance
1
Line Count
4
Source Line
700
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                        object index = IndexType.NullSafeGet(rs, aliases, session, null);
                        if (index == null)
                        {
                                throw new HibernateException("null index column for collection: " + role);
                        }


Clone Instance
2
Line Count
4
Source Line
721
Source File
src/NHibernate/Persister/Collection/AbstractCollectionPersister.cs

                        object id = IdentifierType.NullSafeGet(rs, alias, session, null);
                        if (id == null)
                        {
                                throw new HibernateException("null identifier column for collection: " + role);
                        }


Clone AbstractionParameter Count: 4Parameter Bindings

object [[#variable296e0c40]]= [[#variable296e13a0]].NullSafeGet(rs, [[#variable296e07a0]], session, null);
if ( [[#variable296e0c40]]== null)
{
   throw new HibernateException( [[#variable296e1320]]+ role);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#296e0c40]]
id 
12[[#296e0c40]]
index 
21[[#296e13a0]]
IdentifierType 
22[[#296e13a0]]
IndexType 
31[[#296e07a0]]
alias 
32[[#296e07a0]]
aliases 
41[[#296e1320]]
"null identifier column for collection: " 
42[[#296e1320]]
"null index column for collection: "