CloneSet1427


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134253
src/NHibernate.Test/Legacy/FooBarTest.cs
234277
src/NHibernate.Test/Legacy/FooBarTest.cs
Clone Instance
1
Line Count
3
Source Line
4253
Source File
src/NHibernate.Test/Legacy/FooBarTest.cs

                        Assert.IsNotNull(fee.AnotherFee, "update");
                        Assert.IsNotNull(fee.TheFee, "update");
                        Assert.AreSame(fee.AnotherFee.TheFee, fee.TheFee, "update");


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

                        Assert.IsNotNull(fee.AnotherFee, "update");
                        Assert.IsNotNull(fee.TheFee, "update");
                        Assert.AreSame(fee.AnotherFee.TheFee, fee.TheFee, "update");


Clone AbstractionParameter Count: 0Parameter Bindings

Assert.IsNotNull(fee.AnotherFee, "update");
Assert.IsNotNull(fee.TheFee, "update");
Assert.AreSame(fee.AnotherFee.TheFee, fee.TheFee, "update");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None