Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.968 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 57 | src/NHibernate/Dialect/Schema/AbstractDataBaseSchema.cs |
2 | 3 | 71 | src/NHibernate/Dialect/Schema/AbstractDataBaseSchema.cs |
3 | 3 | 77 | src/NHibernate/Dialect/Schema/AbstractDataBaseSchema.cs |
| ||||
{ var restrictions = new [] { catalog, schemaPattern, tableNamePattern, null } ; return connection.GetSchema("Tables", restrictions); } |
| ||||
{ var restrictions = new [] { catalog, schemaPattern, tableNamePattern, columnNamePattern } ; return connection.GetSchema("Columns", restrictions); } |
| ||||
{ var restrictions = new [] { catalog, schemaPattern, tableName, null } ; return connection.GetSchema("Indexes", restrictions); } |
| |||
{ var restrictions = new [] { catalog, schemaPattern, [[#variable2caae6a0]], [[#variable2caae640]] } ; return connection.GetSchema( [[#variable2caae4e0]], restrictions); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2caae6a0]] | tableName |
1 | 2 | [[#2caae6a0]] | tableNamePattern |
1 | 3 | [[#2caae6a0]] | tableNamePattern |
2 | 1 | [[#2caae640]] | null |
2 | 2 | [[#2caae640]] | columnNamePattern |
2 | 3 | [[#2caae640]] | null |
3 | 1 | [[#2caae4e0]] | "Indexes" |
3 | 2 | [[#2caae4e0]] | "Columns" |
3 | 3 | [[#2caae4e0]] | "Tables" |