Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 213 | src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs |
2 | 9 | 244 | src/NHibernate/Hql/Ast/ANTLR/SqlGenerator.cs |
| ||||
{ // right represents a joins originating from left; or // both right and left reprersent joins originating from the same FromElement if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle) { Out(", "); } else { Out(" "); } } |
| ||||
{ // right represents a joins originating from left... if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle) { Out(", "); } else { Out(" "); } } |
| |||
{ // right represents a joins originating from left... // right represents a joins originating from left; or // both right and left reprersent joins originating from the same FromElement if (right.JoinSequence != null && right.JoinSequence.IsThetaStyle) { Out(", "); } else { Out(" "); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |