CloneSet2512


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1486
src/NHibernate.Test/Legacy/SQLLoaderTest.cs
24121
src/NHibernate.Test/Legacy/SQLLoaderTest.cs
Clone Instance
1
Line Count
4
Source Line
86
Source File
src/NHibernate.Test/Legacy/SQLLoaderTest.cs

                        Category s = new Category();
                        s.Name = nextLong.ToString();
                        nextLong++;
                        session.Save(s);


Clone Instance
2
Line Count
4
Source Line
121
Source File
src/NHibernate.Test/Legacy/SQLLoaderTest.cs

                        Category s = new Category();
                        s.Name = nextLong.ToString();
                        nextLong++;
                        session.Save(s);


Clone AbstractionParameter Count: 0Parameter Bindings

Category s = new Category();
s.Name = nextLong.ToString();
nextLong++;
session.Save(s);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None