CloneSet1443


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5330.964statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15543
src/NHibernate/Impl/CriteriaImpl.cs
25558
src/NHibernate/Impl/CriteriaImpl.cs
35570
src/NHibernate/Impl/CriteriaImpl.cs
Clone Instance
1
Line Count
5
Source Line
543
Source File
src/NHibernate/Impl/CriteriaImpl.cs

                                ICriteria currentParent;
                                if ( !newParents.TryGetValue(subcriteria.Parent, out currentParent))
                                {
                                        throw new AssertionFailure(
                                                "Could not find parent for subcriteria in the previous subcriteria. If you see this error, it is a bug");
                                }


Clone Instance
2
Line Count
5
Source Line
558
Source File
src/NHibernate/Impl/CriteriaImpl.cs

                                ICriteria currentParent;
                                if ( !newParents.TryGetValue(orderEntry.Criteria, out currentParent))
                                {
                                        throw new AssertionFailure(
                                                "Could not find parent for order in the previous criteria. If you see this error, it is a bug");
                                }


Clone Instance
3
Line Count
5
Source Line
570
Source File
src/NHibernate/Impl/CriteriaImpl.cs

                                ICriteria currentParent;
                                if ( !newParents.TryGetValue(criterionEntry.Criteria, out currentParent))
                                {
                                        throw new AssertionFailure(
                                                "Could not find parent for restriction in the previous criteria. If you see this error, it is a bug.");
                                }


Clone AbstractionParameter Count: 3Parameter Bindings

ICriteria currentParent;
if ( !newParents.TryGetValue( [[#variable2833bee0]]. [[#variable2801a4c0]], out currentParent))
{
   throw new AssertionFailure( [[#variable27fb66e0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2833bee0]]
subcriteria 
12[[#2833bee0]]
orderEntry 
13[[#2833bee0]]
criterionEntry 
21[[#2801a4c0]]
Parent 
22[[#2801a4c0]]
Criteria 
23[[#2801a4c0]]
Criteria 
31[[#27fb66e0]]
"Could not find parent for subcriteria in the previous subcriteria. If you see this error, it is a bug" 
32[[#27fb66e0]]
"Could not find parent for order in the previous criteria. If you see this error, it is a bug" 
33[[#27fb66e0]]
"Could not find parent for restriction in the previous criteria. If you see this error, it is a bug."