Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.973 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 33 | src/NHibernate.Test/BulkManipulation/NativeSQLBulkOperations.cs |
2 | 2 | 41 | src/NHibernate.Test/BulkManipulation/NativeSQLBulkOperations.cs |
3 | 2 | 60 | src/NHibernate.Test/BulkManipulation/NativeSQLBulkOperations.cs |
4 | 2 | 330 | src/NHibernate.Test/Legacy/ABCProxyTest.cs |
| ||||
l = s.CreateQuery("from Vehicle").List(); Assert.AreEqual(5, l.Count); |
| ||||
l = s.CreateQuery("from Vehicle").List(); Assert.AreEqual(4, l.Count); |
| ||||
l = s.CreateQuery("from Vehicle").List(); Assert.AreEqual(0, l.Count); |
| ||||
l = s.CreateQuery("from E e join fetch e.Reverse").List(); Assert.AreEqual(2, l.Count); |
| |||
l = s.CreateQuery( [[#variable283ba420]]).List(); Assert.AreEqual( [[#variable58425260]], l.Count); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#283ba420]] | "from Vehicle" |
1 | 2 | [[#283ba420]] | "from Vehicle" |
1 | 3 | [[#283ba420]] | "from E e join fetch e.Reverse" |
1 | 4 | [[#283ba420]] | "from Vehicle" |
2 | 1 | [[#58425260]] | 0 |
2 | 2 | [[#58425260]] | 4 |
2 | 3 | [[#58425260]] | 2 |
2 | 4 | [[#58425260]] | 5 |