Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.968 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 26 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
2 | 4 | 31 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
3 | 4 | 37 | src/NHibernate.Test/ExceptionsTest/SQLExceptionConversionTest.cs |
| ||||
if (Dialect is MsSql2000Dialect) { configuration.SetProperty(Cfg.Environment.SqlExceptionConverter, typeof( MSSQLExceptionConverterExample).AssemblyQualifiedName); } |
| ||||
if (Dialect is Oracle8iDialect) { configuration.SetProperty(Cfg.Environment.SqlExceptionConverter, typeof(OracleClientExceptionConverterExample).AssemblyQualifiedName); } |
| ||||
if (Dialect is PostgreSQLDialect) { configuration.SetProperty(Cfg.Environment.SqlExceptionConverter, typeof(PostgresExceptionConverterExample).AssemblyQualifiedName); } |
| |||
if (Dialect is [[#variable6e6bfb80]]) { configuration.SetProperty(Cfg.Environment.SqlExceptionConverter, typeof( [[#variable6e6bfb20]]).AssemblyQualifiedName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6bfb80]] | PostgreSQLDialect |
1 | 2 | [[#6e6bfb80]] | Oracle8iDialect |
1 | 3 | [[#6e6bfb80]] | MsSql2000Dialect |
2 | 1 | [[#6e6bfb20]] | PostgresExceptionConverterExample |
2 | 2 | [[#6e6bfb20]] | OracleClientExceptionConverterExample |
2 | 3 | [[#6e6bfb20]] | MSSQLExceptionConverterExample |