Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
18 | 3 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 18 | 55 | src/NHibernate.ByteCode.Castle.Tests/TestCase.cs |
2 | 18 | 55 | src/NHibernate.ByteCode.LinFu.Tests/TestCase.cs |
3 | 18 | 55 | src/NHibernate.ByteCode.Spring.Tests/TestCase.cs |
| ||||
/// <summary> /// Creates the tables used in this TestCase /// </summary> [TestFixtureSetUp] public void TestFixtureSetUp() { try { Configure(); if ( !AppliesTo(Dialect)) { Assert.Ignore(GetType() + " does not apply to " + Dialect); } CreateSchema(); BuildSessionFactory(); } catch (Exception e) { log.Error("Error while setting up the test fixture", e); throw; } } |
| ||||
/// <summary> /// Creates the tables used in this TestCase /// </summary> [TestFixtureSetUp] public void TestFixtureSetUp() { try { Configure(); if ( !AppliesTo(Dialect)) { Assert.Ignore(GetType() + " does not apply to " + Dialect); } CreateSchema(); BuildSessionFactory(); } catch (Exception e) { log.Error("Error while setting up the test fixture", e); throw; } } |
| ||||
/// <summary> /// Creates the tables used in this TestCase /// </summary> [TestFixtureSetUp] public void TestFixtureSetUp() { try { Configure(); if ( !AppliesTo(Dialect)) { Assert.Ignore(GetType() + " does not apply to " + Dialect); } CreateSchema(); BuildSessionFactory(); } catch (Exception e) { log.Error("Error while setting up the test fixture", e); throw; } } |
| |||
/// <summary> /// Creates the tables used in this TestCase /// </summary> [TestFixtureSetUp] public void TestFixtureSetUp() { try { Configure(); if ( !AppliesTo(Dialect)) { Assert.Ignore(GetType() + " does not apply to " + Dialect); } CreateSchema(); BuildSessionFactory(); } catch (Exception e) { log.Error("Error while setting up the test fixture", e); throw; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |