| 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.959 | primary_no_array_creation_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 2122 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| 2 | 4 | 2132 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateCriteria( typeof(Foo)).
SetMaxResults(5).
AddOrder(Order.Asc("Date")).
List
|
| ||||
s.CreateCriteria( typeof(Foo)).
SetFirstResult(1).
AddOrder(Order.Asc("Date")).
AddOrder
|
| |||
s.CreateCriteria( typeof(Foo)). [[#variable657e9960]]( [[#variable657e98c0]]).AddOrder(Order.Asc("Date")). [[#variable657e9800]]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#657e9960]] | SetMaxResults |
| 1 | 2 | [[#657e9960]] | SetFirstResult |
| 2 | 1 | [[#657e98c0]] | 5 |
| 2 | 2 | [[#657e98c0]] | 1 |
| 3 | 1 | [[#657e9800]] | List |
| 3 | 2 | [[#657e9800]] | AddOrder |