Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 3 | 0.957 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 12 | src/NHibernate.Test/NHSpecificTest/NH1601/Fixture2.cs |
2 | 16 | 32 | src/NHibernate.Test/NHSpecificTest/NH1601/Fixture2.cs |
| ||||
/// <summary> /// Loads the project and when Scenario2 and Scenario3 are set calls Count on the list assigned. /// </summary> [Test] public void TestSaveAndLoadWithTwoCounts() { Project.TestAccessToList = false; SaveAndLoadProject(); } /// <summary> /// Refreshes the project and when Scenario2 and Scenario3 are set calls Count on the list assigned. /// </summary> [Test] public void TestRefreshWithTwoCounts() { Project.TestAccessToList = false; SaveLoadAndRefreshProject(); } |
| ||||
/// <summary> /// Loads the project and when Scenario1, Scenario2 and Scenario3 are set calls Count on the list assigned. /// </summary> [Test] public void TestTestSaveAndLoadWithThreeCounts() { Project.TestAccessToList = true; SaveAndLoadProject(); } /// <summary> /// Refreshes the project and when Scenario1, Scenario2 and Scenario3 are set calls Count on the list assigned. /// Throws an exception on calling Count on Scenario1. /// </summary> [Test] public void TestRefreshWithThreeCounts() { Project.TestAccessToList = true; SaveLoadAndRefreshProject(); } |
| |||
/// <summary> /// Loads the project and when Scenario1, Scenario2 and Scenario3 are set calls Count on the list assigned. /// Loads the project and when Scenario2 and Scenario3 are set calls Count on the list assigned. /// </summary> [Test] public void [[#variable65e7bb80]]() { Project.TestAccessToList = [[#variable660a2b60]]; SaveAndLoadProject(); } /// <summary> /// Refreshes the project and when Scenario1, Scenario2 and Scenario3 are set calls Count on the list assigned. /// Throws an exception on calling Count on Scenario1. /// Refreshes the project and when Scenario2 and Scenario3 are set calls Count on the list assigned. /// </summary> [Test] public void [[#variable660a3600]]() { Project.TestAccessToList = [[#variable660a2b60]]; SaveLoadAndRefreshProject(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65e7bb80]] | TestTestSaveAndLoadWithThreeCounts |
1 | 2 | [[#65e7bb80]] | TestSaveAndLoadWithTwoCounts |
2 | 1 | [[#660a2b60]] | true |
2 | 2 | [[#660a2b60]] | false |
3 | 1 | [[#660a3600]] | TestRefreshWithThreeCounts |
3 | 2 | [[#660a3600]] | TestRefreshWithTwoCounts |