Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 7 | 2 | 0.977 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 159 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
2 | 7 | 188 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
3 | 7 | 221 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
4 | 7 | 249 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
5 | 7 | 261 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
6 | 7 | 290 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
7 | 7 | 304 | src/NHibernate.Test/HQL/SimpleFunctionsTest.cs |
| ||||
try { SqlString t = csf.Render(args, factoryImpl); Assert.Fail("No exception 2 argument without <setquantifier>:" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = ccf.Render(args, factoryImpl); Assert.Fail("No exception 2 argument without <setquantifier>:" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = caf.Render(args, factoryImpl); Assert.Fail("No exception 2 argument without <setquantifier>:" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = caf.Render(args, factoryImpl); Assert.Fail("No exception 2 argument without <setquantifier>:" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = caf.Render(args, factoryImpl); Assert.Fail("No exception '*' :" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = asf.Render(args, factoryImpl); Assert.Fail("Not threw 'Not enough parameters' exception:" + t); } catch (QueryException) { //correct } |
| ||||
try { SqlString t = asf.Render(args, factoryImpl); Assert.Fail("Not threw 'Not enough parameters' exception:" + t); } catch (QueryException) { //correct } |
| |||
try { SqlString t = [[#variable67188260]].Render(args, factoryImpl); Assert.Fail( [[#variable67188240]]+ t); } catch (QueryException) { //correct } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67188260]] | csf |
1 | 2 | [[#67188260]] | ccf |
1 | 3 | [[#67188260]] | caf |
1 | 4 | [[#67188260]] | caf |
1 | 5 | [[#67188260]] | asf |
1 | 6 | [[#67188260]] | caf |
1 | 7 | [[#67188260]] | asf |
2 | 1 | [[#67188240]] | "No exception 2 argument without <setquantifier>:" |
2 | 2 | [[#67188240]] | "No exception 2 argument without <setquantifier>:" |
2 | 3 | [[#67188240]] | "No exception 2 argument without <setquantifier>:" |
2 | 4 | [[#67188240]] | "No exception '*' :" |
2 | 5 | [[#67188240]] | "Not threw 'Not enough parameters' exception:" |
2 | 6 | [[#67188240]] | "No exception 2 argument without <setquantifier>:" |
2 | 7 | [[#67188240]] | "Not threw 'Not enough parameters' exception:" |