Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.987 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 140 | src/NHibernate/Impl/AbstractQueryImpl.cs |
2 | 3 | 146 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| ||||
{ IType type = parameterMetadata.GetNamedParameterExpectedType(paramName) ?? GuessType(paramValue); return type; } |
| ||||
{ IType type = parameterMetadata.GetNamedParameterExpectedType(paramName) ?? GuessType(clazz); return type; } |
| |||
{ IType type = parameterMetadata.GetNamedParameterExpectedType(paramName) ?? GuessType( [[#variable54aedde0]]); return type; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54aedde0]] | paramValue |
1 | 2 | [[#54aedde0]] | clazz |