Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 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/Fixture1.cs |
2 | 15 | 32 | src/NHibernate.Test/NHSpecificTest/NH1601/Fixture1.cs |
| ||||
/// <summary> /// Loads the project do not call Count on the list assigned. /// </summary> [Test] public void TestSaveAndLoadWithoutCount() { ProjectWithOneList.TestAccessToList = false; SaveAndLoadProjectWithOneList(); } /// <summary> /// Refreshes the project do not call Count on the list assigned. /// </summary> [Test] public void TestRefreshWithoutCount() { ProjectWithOneList.TestAccessToList = false; SaveLoadAndRefreshProjectWithOneList(); } |
| ||||
/// <summary> /// Loads the project and when Scenario1 is assigned call Count on the list. /// </summary> [Test] public void TestSaveAndLoadWithCount() { ProjectWithOneList.TestAccessToList = true; SaveAndLoadProjectWithOneList(); } /// <summary> /// Refreshes the project and when Scenario1 is assigned call Count on the list. /// </summary> [Test] public void TestRefreshWithCount() { ProjectWithOneList.TestAccessToList = true; SaveLoadAndRefreshProjectWithOneList(); } |
| |||
/// <summary> /// Loads the project and when Scenario1 is assigned call Count on the list. /// Loads the project do not call Count on the list assigned. /// </summary> [Test] public void [[#variable5f01a160]]() { ProjectWithOneList.TestAccessToList = [[#variable6765b260]]; SaveAndLoadProjectWithOneList(); } /// <summary> /// Refreshes the project and when Scenario1 is assigned call Count on the list. /// Refreshes the project do not call Count on the list assigned. /// </summary> [Test] public void [[#variable660a2200]]() { ProjectWithOneList.TestAccessToList = [[#variable6765b260]]; SaveLoadAndRefreshProjectWithOneList(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f01a160]] | TestSaveAndLoadWithCount |
1 | 2 | [[#5f01a160]] | TestSaveAndLoadWithoutCount |
2 | 1 | [[#6765b260]] | true |
2 | 2 | [[#6765b260]] | false |
3 | 1 | [[#660a2200]] | TestRefreshWithCount |
3 | 2 | [[#660a2200]] | TestRefreshWithoutCount |