Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.976 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 173 | src/NHibernate.Test/NHSpecificTest/NH1553/MsSQL/SnapshotIsolationUpdateConflictTest.cs |
2 | 4 | 17 | src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs |
3 | 4 | 27 | src/NHibernate.Test/NHSpecificTest/NH645/HQLFunctionFixture.cs |
| ||||
protected override void Configure(Configuration configuration) { base.Configure(configuration); configuration.SetProperty(Environment.SqlExceptionConverter, typeof( SQLUpdateConflictToStaleStateExceptionConverter).AssemblyQualifiedName); } |
| ||||
protected override void Configure(Configuration configuration) { base.Configure(configuration); configuration.SetProperty(Environment.QueryTranslator, typeof( ClassicQueryTranslatorFactory).AssemblyQualifiedName); } |
| ||||
protected override void Configure(Configuration configuration) { base.Configure(configuration); configuration.SetProperty(Environment.QueryTranslator, typeof( ASTQueryTranslatorFactory).AssemblyQualifiedName); } |
| |||
protected override void Configure(Configuration configuration) { base.Configure(configuration); configuration.SetProperty(Environment. [[#variable28aac480]], typeof( [[#variable28aac3c0]]).AssemblyQualifiedName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#28aac480]] | SqlExceptionConverter |
1 | 2 | [[#28aac480]] | QueryTranslator |
1 | 3 | [[#28aac480]] | QueryTranslator |
2 | 1 | [[#28aac3c0]] | SQLUpdateConflictToStaleStateExceptionConverter |
2 | 2 | [[#28aac3c0]] | ASTQueryTranslatorFactory |
2 | 3 | [[#28aac3c0]] | ClassicQueryTranslatorFactory |