Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 18 | src/NHibernate.Test/TypesTest/TicksTypeFixture.cs |
2 | 5 | 18 | 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)"); |
| ||||
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)"); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |