Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.971 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 25 | src/NHibernate.Test/TypesTest/TicksTypeFixture.cs |
2 | 5 | 25 | src/NHibernate.Test/TypesTest/TimestampTypeFixture.cs |
| ||||
[Test] public void Seed() { TicksType type = (TicksType) NHibernateUtil.Ticks; Assert.IsTrue(type.Seed(null) is DateTime, "seed should be DateTime"); } |
| ||||
[Test] public void Seed() { TimestampType type = (TimestampType) NHibernateUtil.Timestamp; Assert.IsTrue(type.Seed(null) is DateTime, "seed should be DateTime"); } |
| |||
[Test] public void Seed() { [[#variable4f653360]]type = ( [[#variable4f653360]])NHibernateUtil. [[#variable4f6532c0]]; Assert.IsTrue(type.Seed(null) is DateTime, "seed should be DateTime"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f653360]] | TimestampType |
1 | 2 | [[#4f653360]] | TicksType |
2 | 1 | [[#4f6532c0]] | Timestamp |
2 | 2 | [[#4f6532c0]] | Ticks |