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.968 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 85 | src/NHibernate.Test/TestCase.cs |
2 | 3 | 35 | src/NHibernate.Test/TypesTest/TypeSqlTypeFixture.cs |
| ||||
if ( !AppliesTo(Dialect)) { Assert.Ignore(GetType() + " does not apply to " + Dialect); } |
| ||||
if ( !AppliesTo(dialect)) { Assert.Ignore(GetType() + " does not apply to " + dialect); } |
| |||
if ( !AppliesTo( [[#variable6f20da60]])) { Assert.Ignore(GetType() + " does not apply to " + [[#variable6f20da60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f20da60]] | Dialect |
1 | 2 | [[#6f20da60]] | dialect |