Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.950 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2085 | src/NHibernate.Test/Legacy/FooBarTest.cs |
2 | 4 | 2146 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateCriteria( typeof(Foo)). Add (Expression.Eq("Integer", f.Integer)). Add (Expression.EqProperty("Integer", "Integer")). Add |
| ||||
s.CreateCriteria( typeof(Foo)). Add(Expression.Eq("Integer", f.Integer)). Add(Expression.Like("String", f.String)). Add |
| |||
s.CreateCriteria( typeof(Foo)).Add(Expression.Eq("Integer", f.Integer)).Add(Expression. [[#variable298ed6c0]]( [[#variable298ed640]], [[#variable298ed5c0]])).Add |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#298ed6c0]] | EqProperty |
1 | 2 | [[#298ed6c0]] | Like |
2 | 1 | [[#298ed640]] | "Integer" |
2 | 2 | [[#298ed640]] | "String" |
3 | 1 | [[#298ed5c0]] | "Integer" |
3 | 2 | [[#298ed5c0]] | f.String |