| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 16 | 3 | 0.957 | method_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 463 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 2 | 4 | 469 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 3 | 4 | 475 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 4 | 4 | 481 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 5 | 4 | 487 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 6 | 4 | 493 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 7 | 4 | 499 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 8 | 4 | 505 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 9 | 4 | 511 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 10 | 4 | 517 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 11 | 4 | 523 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 12 | 4 | 529 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 13 | 4 | 535 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 14 | 4 | 541 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 15 | 4 | 547 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| 16 | 4 | 553 | src/NHibernate/Impl/AbstractQueryImpl.cs |
| ||||
public IQuery SetAnsiString(string name, string val)
{
SetParameter(name, val, NHibernateUtil.AnsiString);
return this ;
}
|
| ||||
public IQuery SetString(string name, string val)
{
SetParameter(name, val, NHibernateUtil.String);
return this ;
}
|
| ||||
public IQuery SetCharacter(string name, char val)
{
SetParameter(name, val, NHibernateUtil.Character);
return this ;
}
|
| ||||
public IQuery SetBoolean(string name, bool val)
{
SetParameter(name, val, NHibernateUtil.Boolean);
return this ;
}
|
| ||||
public IQuery SetByte(string name, byte val)
{
SetParameter(name, val, NHibernateUtil.Byte);
return this ;
}
|
| ||||
public IQuery SetInt16(string name, short val)
{
SetParameter(name, val, NHibernateUtil.Int16);
return this ;
}
|
| ||||
public IQuery SetInt32(string name, int val)
{
SetParameter(name, val, NHibernateUtil.Int32);
return this ;
}
|
| ||||
public IQuery SetInt64(string name, long val)
{
SetParameter(name, val, NHibernateUtil.Int64);
return this ;
}
|
| ||||
public IQuery SetSingle(string name, float val)
{
SetParameter(name, val, NHibernateUtil.Single);
return this ;
}
|
| ||||
public IQuery SetDouble(string name, double val)
{
SetParameter(name, val, NHibernateUtil.Double);
return this ;
}
|
| ||||
public IQuery SetBinary(string name, byte[] val)
{
SetParameter(name, val, NHibernateUtil.Binary);
return this ;
}
|
| ||||
public IQuery SetDecimal(string name, decimal val)
{
SetParameter(name, val, NHibernateUtil.Decimal);
return this ;
}
|
| ||||
public IQuery SetDateTime(string name, DateTime val)
{
SetParameter(name, val, NHibernateUtil.DateTime);
return this ;
}
|
| ||||
public IQuery SetTime(string name, DateTime val)
{
SetParameter(name, val, NHibernateUtil.Time);
return this ;
}
|
| ||||
public IQuery SetTimestamp(string name, DateTime val)
{
SetParameter(name, val, NHibernateUtil.Timestamp);
return this ;
}
|
| ||||
public IQuery SetGuid(string name, Guid val)
{
SetParameter(name, val, NHibernateUtil.Guid);
return this ;
}
|
| |||
public IQuery [[#variable6e70a3a0]](string name, [[#variable6e70a340]]val)
{
SetParameter(name, val, NHibernateUtil. [[#variable6e70a2c0]]);
return this ;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6e70a3a0]] | SetAnsiString |
| 1 | 2 | [[#6e70a3a0]] | SetString |
| 1 | 3 | [[#6e70a3a0]] | SetCharacter |
| 1 | 4 | [[#6e70a3a0]] | SetBoolean |
| 1 | 5 | [[#6e70a3a0]] | SetByte |
| 1 | 6 | [[#6e70a3a0]] | SetInt16 |
| 1 | 7 | [[#6e70a3a0]] | SetInt32 |
| 1 | 8 | [[#6e70a3a0]] | SetInt64 |
| 1 | 9 | [[#6e70a3a0]] | SetSingle |
| 1 | 10 | [[#6e70a3a0]] | SetDouble |
| 1 | 11 | [[#6e70a3a0]] | SetBinary |
| 1 | 12 | [[#6e70a3a0]] | SetDecimal |
| 1 | 13 | [[#6e70a3a0]] | SetDateTime |
| 1 | 14 | [[#6e70a3a0]] | SetTime |
| 1 | 15 | [[#6e70a3a0]] | SetTimestamp |
| 1 | 16 | [[#6e70a3a0]] | SetGuid |
| 2 | 1 | [[#6e70a340]] | string |
| 2 | 2 | [[#6e70a340]] | string |
| 2 | 3 | [[#6e70a340]] | char |
| 2 | 4 | [[#6e70a340]] | bool |
| 2 | 5 | [[#6e70a340]] | byte |
| 2 | 6 | [[#6e70a340]] | short |
| 2 | 7 | [[#6e70a340]] | int |
| 2 | 8 | [[#6e70a340]] | long |
| 2 | 9 | [[#6e70a340]] | float |
| 2 | 10 | [[#6e70a340]] | double |
| 2 | 11 | [[#6e70a340]] | byte[] |
| 2 | 12 | [[#6e70a340]] | decimal |
| 2 | 13 | [[#6e70a340]] | DateTime |
| 2 | 14 | [[#6e70a340]] | DateTime |
| 2 | 15 | [[#6e70a340]] | DateTime |
| 2 | 16 | [[#6e70a340]] | Guid |
| 3 | 1 | [[#6e70a2c0]] | AnsiString |
| 3 | 2 | [[#6e70a2c0]] | String |
| 3 | 3 | [[#6e70a2c0]] | Character |
| 3 | 4 | [[#6e70a2c0]] | Boolean |
| 3 | 5 | [[#6e70a2c0]] | Byte |
| 3 | 6 | [[#6e70a2c0]] | Int16 |
| 3 | 7 | [[#6e70a2c0]] | Int32 |
| 3 | 8 | [[#6e70a2c0]] | Int64 |
| 3 | 9 | [[#6e70a2c0]] | Single |
| 3 | 10 | [[#6e70a2c0]] | Double |
| 3 | 11 | [[#6e70a2c0]] | Binary |
| 3 | 12 | [[#6e70a2c0]] | Decimal |
| 3 | 13 | [[#6e70a2c0]] | DateTime |
| 3 | 14 | [[#6e70a2c0]] | Time |
| 3 | 15 | [[#6e70a2c0]] | Timestamp |
| 3 | 16 | [[#6e70a2c0]] | Guid |