CloneSet2030


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4320.968non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1426
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
2431
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
3437
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs
Clone Instance
1
Line Count
4
Source Line
26
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                        if (Dialect is MsSql2000Dialect)
                        {
                                configuration.SetProperty(Cfg.Environment.SqlExceptionConverter,
                                                          typeof( MSSQLExceptionConverterExample).AssemblyQualifiedName);
                        }


Clone Instance
2
Line Count
4
Source Line
31
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                        if (Dialect is Oracle8iDialect)
                        {
                                configuration.SetProperty(Cfg.Environment.SqlExceptionConverter,
                                                                                                                                        typeof(OracleClientExceptionConverterExample).AssemblyQualifiedName);
                        }


Clone Instance
3
Line Count
4
Source Line
37
Source File
src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs

                        if (Dialect is PostgreSQLDialect)
                        {
                                configuration.SetProperty(Cfg.Environment.SqlExceptionConverter,
                                                                                                                                        typeof(PostgresExceptionConverterExample).AssemblyQualifiedName);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (Dialect is [[#variable6e6bfb80]])
{
   configuration.SetProperty(Cfg.Environment.SqlExceptionConverter, typeof( [[#variable6e6bfb20]]).AssemblyQualifiedName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6e6bfb80]]
PostgreSQLDialect 
12[[#6e6bfb80]]
Oracle8iDialect 
13[[#6e6bfb80]]
MsSql2000Dialect 
21[[#6e6bfb20]]
PostgresExceptionConverterExample 
22[[#6e6bfb20]]
OracleClientExceptionConverterExample 
23[[#6e6bfb20]]
MSSQLExceptionConverterExample