Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.978 | lambda_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 183 | src/NHibernate/Type/TypeFactory.cs |
2 | 1 | 186 | src/NHibernate/Type/TypeFactory.cs |
3 | 1 | 195 | src/NHibernate/Type/TypeFactory.cs |
4 | 1 | 243 | src/NHibernate/Type/TypeFactory.cs |
| ||||
(p, s) => GetType(NHibernateUtil.Decimal, p, s, st => new DecimalType(st)) |
| ||||
(p, s) => GetType(NHibernateUtil.Double, p, s, st => new DoubleType(st)) |
| ||||
(p, s) => GetType(NHibernateUtil.Single, p, s, st => new SingleType(st)) |
| ||||
(p, s) => GetType(NHibernateUtil.Currency, p, s, st => new CurrencyType(st)) |
| |||
(p, s) => GetType(NHibernateUtil. [[#variable27931fc0]], p, s, st => new [[#variable27931f60]](st)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27931fc0]] | Decimal |
1 | 2 | [[#27931fc0]] | Double |
1 | 3 | [[#27931fc0]] | Single |
1 | 4 | [[#27931fc0]] | Currency |
2 | 1 | [[#27931f60]] | DecimalType |
2 | 2 | [[#27931f60]] | DoubleType |
2 | 3 | [[#27931f60]] | SingleType |
2 | 4 | [[#27931f60]] | CurrencyType |