Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.964 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 543 | src/NHibernate/Impl/CriteriaImpl.cs |
2 | 5 | 558 | src/NHibernate/Impl/CriteriaImpl.cs |
3 | 5 | 570 | 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"); } |
| ||||
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"); } |
| ||||
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."); } |
| |||
ICriteria currentParent; if ( !newParents.TryGetValue( [[#variable2833bee0]]. [[#variable2801a4c0]], out currentParent)) { throw new AssertionFailure( [[#variable27fb66e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2833bee0]] | subcriteria |
1 | 2 | [[#2833bee0]] | orderEntry |
1 | 3 | [[#2833bee0]] | criterionEntry |
2 | 1 | [[#2801a4c0]] | Parent |
2 | 2 | [[#2801a4c0]] | Criteria |
2 | 3 | [[#2801a4c0]] | Criteria |
3 | 1 | [[#27fb66e0]] | "Could not find parent for subcriteria in the previous subcriteria. If you see this error, it is a bug" |
3 | 2 | [[#27fb66e0]] | "Could not find parent for order in the previous criteria. If you see this error, it is a bug" |
3 | 3 | [[#27fb66e0]] | "Could not find parent for restriction in the previous criteria. If you see this error, it is a bug." |