CloneSet2632


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.957statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14269
src/NHibernate.Test/Join/JoinTest.cs
24278
src/NHibernate.Test/Join/JoinTest.cs
Clone Instance
1
Line Count
4
Source Line
269
Source File
src/NHibernate.Test/Join/JoinTest.cs

                                cmd.CommandText = string.Format(
                                        "select count(stuff_id) from inversed_stuff where stuff_id = {0}",
                                        personId  );
                                cmd.CommandType = CommandType.Text;


Clone Instance
2
Line Count
4
Source Line
278
Source File
src/NHibernate.Test/Join/JoinTest.cs

                                cmd2.CommandText = string.Format(
                                        "select StuffName from inversed_stuff where stuff_id = {0}",
                                        personId   );
                                cmd2.CommandType = CommandType.Text;


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable54dd56c0]].CommandText = string.Format( [[#variable54dd55e0]], personId);
 [[#variable54dd56c0]].CommandType = CommandType.Text;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54dd56c0]]
cmd 
12[[#54dd56c0]]
cmd2 
21[[#54dd55e0]]
"select count(stuff_id) from inversed_stuff where stuff_id = {0}" 
22[[#54dd55e0]]
"select StuffName from inversed_stuff where stuff_id = {0}"