Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 3 | 0.954 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 656 | src/NHibernate.Test/Legacy/SQLLoaderTest.cs |
2 | 1 | 221 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
3 | 1 | 227 | src/NHibernate.Test/SqlTest/Query/NativeSQLQueriesFixture.cs |
4 | 1 | 149 | src/NHibernate.Test/Subclass/SubclassFixture.cs |
5 | 1 | 153 | src/NHibernate.Test/Subclass/SubclassFixture.cs |
| ||||
Assert.AreEqual( typeof(Category), values[0].GetType(), "should be a Category"); |
| ||||
Assert.AreEqual( typeof(Organization), row[0].GetType(), "expecting non-scalar result first"); |
| ||||
Assert.AreEqual( typeof(Organization), row[0].GetType(), "expecting non-scalar result first"); |
| ||||
Assert.AreEqual( typeof(SubclassBase), list[0].GetType(), "should be base"); |
| ||||
Assert.AreEqual( typeof(SubclassOne), list[0].GetType(), "should be one"); |
| |||
Assert.AreEqual( typeof( [[#variable292d6ea0]]), [[#variable292d6e20]][0].GetType(), [[#variable292d6d80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#292d6ea0]] | Organization |
1 | 2 | [[#292d6ea0]] | Category |
1 | 3 | [[#292d6ea0]] | SubclassOne |
1 | 4 | [[#292d6ea0]] | SubclassBase |
1 | 5 | [[#292d6ea0]] | Organization |
2 | 1 | [[#292d6e20]] | row |
2 | 2 | [[#292d6e20]] | values |
2 | 3 | [[#292d6e20]] | list |
2 | 4 | [[#292d6e20]] | list |
2 | 5 | [[#292d6e20]] | row |
3 | 1 | [[#292d6d80]] | "expecting non-scalar result first" |
3 | 2 | [[#292d6d80]] | "should be a Category" |
3 | 3 | [[#292d6d80]] | "should be one" |
3 | 4 | [[#292d6d80]] | "should be base" |
3 | 5 | [[#292d6d80]] | "expecting non-scalar result first" |