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.964 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 490 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
2 | 4 | 495 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
| ||||
list = s.GetNamedQuery("organizationreturnproperty").List(); Assert.AreEqual(2, list.Count); s.Clear(); |
| ||||
list = s.GetNamedQuery("organizationautodetect").List(); Assert.AreEqual(2, list.Count); t.Commit(); |
| |||
list = s.GetNamedQuery( [[#variable51e466e0]]).List(); Assert.AreEqual(2, list.Count); [[#variable5617b1e0]]. [[#variable550829c0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51e466e0]] | "organizationautodetect" |
1 | 2 | [[#51e466e0]] | "organizationreturnproperty" |
2 | 1 | [[#5617b1e0]] | t |
2 | 2 | [[#5617b1e0]] | s |
3 | 1 | [[#550829c0]] | Commit |
3 | 2 | [[#550829c0]] | Clear |