CloneSet2268


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16495
src/NHibernate.Test/Legacy/SQLLoaderTest.cs
25523
src/NHibernate.Test/Legacy/SQLLoaderTest.cs
Clone Instance
1
Line Count
6
Source Line
495
Source File
src/NHibernate.Test/Legacy/SQLLoaderTest.cs

                        Category s = new Category();

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


Clone Instance
2
Line Count
5
Source Line
523
Source File
src/NHibernate.Test/Legacy/SQLLoaderTest.cs

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None