Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.971 | class_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 13 | src/NHibernate.Test/SqlTest/MonetaryAmountUserType.cs |
2 | 8 | 12 | src/NHibernate.Test/SqlTest/NullDateUserType.cs |
| ||||
public SqlType[] SqlTypes { get { return MySqlTypes; } } public System.Type ReturnedType { get { return typeof(MonetaryAmount); } } |
| ||||
public SqlType[] SqlTypes { get { return sqlTypes; } } public System.Type ReturnedType { get { return typeof(DateTime); } } |
| |||
public SqlType[] SqlTypes { get { return [[#variable6f4ebb40]]; } } public System.Type ReturnedType { get { return typeof( [[#variable6f4ebbc0]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f4ebb40]] | sqlTypes |
1 | 2 | [[#6f4ebb40]] | MySqlTypes |
2 | 1 | [[#6f4ebbc0]] | DateTime |
2 | 2 | [[#6f4ebbc0]] | MonetaryAmount |