CloneSet1358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1518
src/NHibernate.Test/TypesTest/TicksTypeFixture.cs
2518
src/NHibernate.Test/TypesTest/TimestampTypeFixture.cs
Clone Instance
1
Line Count
5
Source Line
18
Source File
src/NHibernate.Test/TypesTest/TicksTypeFixture.cs

                        object next = type.Next(current, null);

                        Assert.IsTrue(next is DateTime, "Next should be DateTime");
                        Assert.IsTrue((DateTime) next > (DateTime) current,
                                      "next should be greater than current (could be equal depending on how quickly this occurs)");


Clone Instance
2
Line Count
5
Source Line
18
Source File
src/NHibernate.Test/TypesTest/TimestampTypeFixture.cs

                        object next = type.Next(current, null);

                        Assert.IsTrue(next is DateTime, "Next should be DateTime");
                        Assert.IsTrue((DateTime) next > (DateTime) current,
                                      "next should be greater than current (could be equal depending on how quickly this occurs)");


Clone AbstractionParameter Count: 0Parameter Bindings

object next = type.Next(current, null);
Assert.IsTrue(next is DateTime, "Next should be DateTime");
Assert.IsTrue((DateTime)next > (DateTime)current, "next should be greater than current (could be equal depending on how quickly this occurs)");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None