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.984 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 24 | src/NHibernate/SqlCommand/OracleJoinFragment.cs |
2 | 3 | 31 | src/NHibernate/SqlCommand/OracleJoinFragment.cs |
| ||||
if (joinType == JoinType.RightOuterJoin || joinType == JoinType.FullJoin) { afterWhere.Add("(+)"); } |
| ||||
if (joinType == JoinType.LeftOuterJoin || joinType == JoinType.FullJoin) { afterWhere.Add("(+)"); } |
| |||
if (joinType == JoinType. [[#variable47067c80]]|| joinType == JoinType.FullJoin) { afterWhere.Add("(+)"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47067c80]] | LeftOuterJoin |
1 | 2 | [[#47067c80]] | RightOuterJoin |