Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.955 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 80 | src/NHibernate/Type/GuidType.cs |
2 | 8 | 104 | src/NHibernate/Type/TicksType.cs |
3 | 8 | 114 | src/NHibernate/Type/TimestampType.cs |
| ||||
public override System.Type PrimitiveClass { get { return typeof(Guid); } } public override object DefaultValue { get { return Guid.Empty; } } |
| ||||
#endregion public override System.Type PrimitiveClass { get { return typeof(DateTime); } } public override object DefaultValue { get { return DateTime.MinValue; } } |
| ||||
public override System.Type PrimitiveClass { get { return typeof(DateTime); } } public override object DefaultValue { get { return DateTime.MinValue; } } |
| |||
#endregion public override System.Type PrimitiveClass { get { return typeof( [[#variable27168ea0]]); } } public override object DefaultValue { get { return [[#variable27168ea0]]. [[#variable57f49300]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27168ea0]] | DateTime |
1 | 2 | [[#27168ea0]] | Guid |
1 | 3 | [[#27168ea0]] | DateTime |
2 | 1 | [[#57f49300]] | MinValue |
2 | 2 | [[#57f49300]] | Empty |
2 | 3 | [[#57f49300]] | MinValue |