| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 0 | 1.000 | non_pp_embedded_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 2782 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs |
| 2 | 10 | 3249 | src/NHibernate/Hql/Ast/ANTLR/Generated/HqlLexer.cs |
| ||||
if ( (state.backtracking == 0))
{
if (t != null && t.Text.ToUpperInvariant().IndexOf('F') >= 0)
{
_type = NUM_FLOAT;
}
else
{
_type = NUM_DOUBLE; // assume double
}
}
|
| ||||
if ( (state.backtracking == 0))
{
if (t != null && t.Text.ToUpperInvariant().IndexOf('F') >= 0)
{
_type = NUM_FLOAT;
}
else
{
_type = NUM_DOUBLE; // assume double
}
}
|
| |||
if ((state.backtracking == 0))
{
if (t != null && t.Text.ToUpperInvariant().IndexOf('F') >= 0)
{
_type = NUM_FLOAT;
}
else
{
_type = NUM_DOUBLE; // assume double
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||