CloneSet413


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7720.977non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17159
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
27188
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
37221
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
47249
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
57261
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
67290
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
77304
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs
Clone Instance
1
Line Count
7
Source Line
159
Source File
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
                        }


Clone Instance
2
Line Count
7
Source Line
188
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = ccf.Render(args, factoryImpl);
                                Assert.Fail("No exception 2 argument without <setquantifier>:" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone Instance
3
Line Count
7
Source Line
221
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = caf.Render(args, factoryImpl);
                                Assert.Fail("No exception 2 argument without <setquantifier>:" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone Instance
4
Line Count
7
Source Line
249
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = caf.Render(args, factoryImpl);
                                Assert.Fail("No exception 2 argument without <setquantifier>:" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone Instance
5
Line Count
7
Source Line
261
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = caf.Render(args, factoryImpl);
                                Assert.Fail("No exception '*' :" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone Instance
6
Line Count
7
Source Line
290
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = asf.Render(args, factoryImpl);
                                Assert.Fail("Not threw 'Not enough parameters' exception:" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone Instance
7
Line Count
7
Source Line
304
Source File
src/NHibernate.Test/HQL/SimpleFunctionsTest.cs

                        try
                        {
                                SqlString t = asf.Render(args, factoryImpl);
                                Assert.Fail("Not threw 'Not enough parameters' exception:" + t);
                        }
                        catch (QueryException)
                        {
                                //correct
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

try
{
   SqlString t = [[#variable67188260]].Render(args, factoryImpl);
   Assert.Fail( [[#variable67188240]]+ t);
}
catch (QueryException)
{
//correct
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#67188260]]
csf 
12[[#67188260]]
ccf 
13[[#67188260]]
caf 
14[[#67188260]]
caf 
15[[#67188260]]
asf 
16[[#67188260]]
caf 
17[[#67188260]]
asf 
21[[#67188240]]
"No exception 2 argument without <setquantifier>:" 
22[[#67188240]]
"No exception 2 argument without <setquantifier>:" 
23[[#67188240]]
"No exception 2 argument without <setquantifier>:" 
24[[#67188240]]
"No exception '*' :" 
25[[#67188240]]
"Not threw 'Not enough parameters' exception:" 
26[[#67188240]]
"No exception 2 argument without <setquantifier>:" 
27[[#67188240]]
"Not threw 'Not enough parameters' exception:"