Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.957 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 90 | src/NHibernate/Dialect/Schema/AbstractDataBaseSchema.cs |
2 | 1 | 33 | src/NHibernate/Dialect/Schema/SybaseAnywhereMetaData.cs |
| ||||
var restrictions = new [] { catalog, schema, table, null } ; |
| ||||
var restrictions = new [] { schemaPattern, tableName, indexName, null } ; |
| |||
var restrictions = new [] { [[#variable6fd8d040]], [[#variable6fd8cfe0]], [[#variable6fd8cf60]], null } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fd8d040]] | schemaPattern |
1 | 2 | [[#6fd8d040]] | catalog |
2 | 1 | [[#6fd8cfe0]] | tableName |
2 | 2 | [[#6fd8cfe0]] | schema |
3 | 1 | [[#6fd8cf60]] | indexName |
3 | 2 | [[#6fd8cf60]] | table |