CloneSet1909


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.970non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131849
src/NHibernate.Test/Legacy/FooBarTest.cs
235575
src/NHibernate.Test/Legacy/FooBarTest.cs
3332
src/NHibernate.Test/NHSpecificTest/NH440/Fixture.cs
Clone Instance
1
Line Count
3
Source Line
1849
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        for (int i = 0; i < 10; i++)
                        {
                                s.Save(new Foo());
                        }


Clone Instance
2
Line Count
3
Source Line
5575
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                                for (int i = 0; i < 10; i++)
                                {
                                        s.Save(new Foo());
                                }


Clone Instance
3
Line Count
3
Source Line
32
Source File
src/NHibernate.Test/NHSpecificTest/NH440/Fixture.cs

                                // pump up the ids for one of the classes to avoid the tests passing coincidentally
                                for (int i = 0; i < 10; i++)
                                {
                                        session.Save(new Fruit());
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

// pump up the ids for one of the classes to avoid the tests passing coincidentally
for (int i = 0; i < 10; i++)
{
    [[#variable56b30540]].Save(new [[#variable54b443a0]]());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56b30540]]
s 
12[[#56b30540]]
session 
13[[#56b30540]]
s 
21[[#54b443a0]]
Foo 
22[[#54b443a0]]
Fruit 
23[[#54b443a0]]
Foo