Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.963 | null_coalescing_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1479 | src/NHibernate.Test/Criteria/CriteriaQueryTest.cs |
2 | 3 | 189 | src/NHibernate.Test/FilterTest/DynamicFilterTest.cs |
| ||||
session.CreateCriteria( typeof(Enrolment)). Add (Expression.Eq("Student", 10)) // Type mismatch! .List() |
| ||||
session.CreateCriteria( typeof(Product)). Add (Expression.Eq("StockNumber", 124)). List () |
| |||
session.CreateCriteria( typeof( [[#variable687b86c0]])).Add(Expression.Eq( [[#variable687b8640]], [[#variable687b85a0]])) // Type mismatch! .List() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#687b86c0]] | Product |
1 | 2 | [[#687b86c0]] | Enrolment |
2 | 1 | [[#687b8640]] | "StockNumber" |
2 | 2 | [[#687b8640]] | "Student" |
3 | 1 | [[#687b85a0]] | 124 |
3 | 2 | [[#687b85a0]] | 10 |