Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 9 | 3 | 0.952 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 20 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
2 | 2 | 22 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
3 | 2 | 24 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
4 | 2 | 26 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
5 | 2 | 28 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
6 | 2 | 30 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
7 | 2 | 32 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
8 | 2 | 34 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
9 | 2 | 36 | src/NHibernate/SqlTypes/SqlTypeFactory.cs |
| ||||
public static readonly SqlType Guid = new SqlType(DbType.Guid); public static readonly SqlType Boolean = new SqlType(DbType.Boolean); |
| ||||
public static readonly SqlType Byte = new SqlType(DbType.Byte); public static readonly SqlType Currency = new SqlType(DbType.Currency); |
| ||||
public static readonly SqlType Date = new SqlType(DbType.Date); public static readonly SqlType DateTime = new SqlType(DbType.DateTime); |
| ||||
public static readonly SqlType DateTime2 = new SqlType(DbType.DateTime2); public static readonly SqlType DateTimeOffSet = new SqlType(DbType.DateTimeOffset); |
| ||||
public static readonly SqlType Decimal = new SqlType(DbType.Decimal); public static readonly SqlType Double = new SqlType(DbType.Double); |
| ||||
public static readonly SqlType Int16 = new SqlType(DbType.Int16); public static readonly SqlType Int32 = new SqlType(DbType.Int32); |
| ||||
public static readonly SqlType Int64 = new SqlType(DbType.Int64); public static readonly SqlType SByte = new SqlType(DbType.SByte); |
| ||||
public static readonly SqlType Single = new SqlType(DbType.Single); public static readonly SqlType Time = new SqlType(DbType.Time); |
| ||||
public static readonly SqlType UInt16 = new SqlType(DbType.UInt16); public static readonly SqlType UInt32 = new SqlType(DbType.UInt32); |
| |||
public static readonly SqlType [[#variable54a7b7c0]]= new SqlType(DbType. [[#variable54a7b7c0]]); public static readonly SqlType [[#variable54a7b820]]= new SqlType(DbType. [[#variable54a7b800]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54a7b7c0]] | Guid |
1 | 2 | [[#54a7b7c0]] | Byte |
1 | 3 | [[#54a7b7c0]] | Date |
1 | 4 | [[#54a7b7c0]] | DateTime2 |
1 | 5 | [[#54a7b7c0]] | Decimal |
1 | 6 | [[#54a7b7c0]] | Int16 |
1 | 7 | [[#54a7b7c0]] | Int64 |
1 | 8 | [[#54a7b7c0]] | Single |
1 | 9 | [[#54a7b7c0]] | UInt16 |
2 | 1 | [[#54a7b820]] | Boolean |
2 | 2 | [[#54a7b820]] | Currency |
2 | 3 | [[#54a7b820]] | DateTime |
2 | 4 | [[#54a7b820]] | DateTimeOffSet |
2 | 5 | [[#54a7b820]] | Double |
2 | 6 | [[#54a7b820]] | Int32 |
2 | 7 | [[#54a7b820]] | SByte |
2 | 8 | [[#54a7b820]] | Time |
2 | 9 | [[#54a7b820]] | UInt32 |
3 | 1 | [[#54a7b800]] | Boolean |
3 | 2 | [[#54a7b800]] | Currency |
3 | 3 | [[#54a7b800]] | DateTime |
3 | 4 | [[#54a7b800]] | DateTimeOffset |
3 | 5 | [[#54a7b800]] | Double |
3 | 6 | [[#54a7b800]] | Int32 |
3 | 7 | [[#54a7b800]] | SByte |
3 | 8 | [[#54a7b800]] | Time |
3 | 9 | [[#54a7b800]] | UInt32 |