Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 167 | src/NHibernate/Hql/Ast/ANTLR/Util/LiteralProcessor.cs |
2 | 4 | 174 | src/NHibernate/Hql/Ast/ANTLR/Util/LiteralProcessor.cs |
| ||||
{ if (literalValue.EndsWith("f") || literalValue.EndsWith("F")) { literalValue = literalValue.Substring(0, literalValue.Length - 1); } } |
| ||||
{ if (literalValue.EndsWith("d") || literalValue.EndsWith("D")) { literalValue = literalValue.Substring(0, literalValue.Length - 1); } } |
| |||
{ if (literalValue.EndsWith( [[#variable27e02300]]) || literalValue.EndsWith( [[#variable27e022a0]])) { literalValue = literalValue.Substring(0, literalValue.Length - 1); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27e02300]] | "d" |
1 | 2 | [[#27e02300]] | "f" |
2 | 1 | [[#27e022a0]] | "D" |
2 | 2 | [[#27e022a0]] | "F" |