Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.958 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 700 | src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs |
2 | 3 | 1060 | src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs |
| ||||
if ( log.IsDebugEnabled) { log.Debug( "createFromJoinElement() : " + _printer.ShowAsString( fromElement, "-- join tree --")); } |
| ||||
if (log.IsDebugEnabled) { log.Debug("handleWithFragment() : " + _printer.ShowAsString(hqlSqlWithNode, "-- with clause --")); } |
| |||
if (log.IsDebugEnabled) { log.Debug( [[#variable54bb89c0]]+ _printer.ShowAsString( [[#variable54bb8960]], [[#variable54bb8900]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54bb89c0]] | "createFromJoinElement() : " |
1 | 2 | [[#54bb89c0]] | "handleWithFragment() : " |
2 | 1 | [[#54bb8960]] | fromElement |
2 | 2 | [[#54bb8960]] | hqlSqlWithNode |
3 | 1 | [[#54bb8900]] | "-- join tree --" |
3 | 2 | [[#54bb8900]] | "-- with clause --" |