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.958 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 54 | src/NHibernate.Test/Legacy/CriteriaTest.cs |
2 | 3 | 55 | src/NHibernate.Test/NHSpecificTest/NodeFixture.cs |
| ||||
s2.CreateCriteria( typeof(Simple)). Add (Expression.Eq("Address", "Street 12")). List () |
| ||||
s2.CreateCriteria( typeof(Node)). Add(Expression.Eq("Id", "start")). List() |
| |||
s2.CreateCriteria( typeof( [[#variable6f562d40]])).Add(Expression.Eq( [[#variable6f5633a0]], [[#variable6f563380]])).List() |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f562d40]] | Simple |
1 | 2 | [[#6f562d40]] | Node |
2 | 1 | [[#6f5633a0]] | "Address" |
2 | 2 | [[#6f5633a0]] | "Id" |
3 | 1 | [[#6f563380]] | "Street 12" |
3 | 2 | [[#6f563380]] | "start" |