Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.955 | primary_no_array_creation_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 209 | src/NHibernate.Test/JoinedSubclass/JoinedSubclassFixture.cs |
2 | 1 | 4813 | src/NHibernate.Test/Legacy/FooBarTest.cs |
| ||||
s.CreateQuery("from Person as p where p.id = ?").SetInt32(0, empId).List()[0] |
| ||||
s.CreateQuery("from im in class Immutable where im = ?").SetEntity(0, im).List()[0] |
| |||
s.CreateQuery( [[#variable54b0e880]]). [[#variable54b0e7c0]](0, [[#variable54b0e740]]).List()[0] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b0e880]] | "from im in class Immutable where im = ?" |
1 | 2 | [[#54b0e880]] | "from Person as p where p.id = ?" |
2 | 1 | [[#54b0e7c0]] | SetEntity |
2 | 2 | [[#54b0e7c0]] | SetInt32 |
3 | 1 | [[#54b0e740]] | im |
3 | 2 | [[#54b0e740]] | empId |