Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.970 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 46 | src/NHibernate/Dialect/Schema/SQLiteMetaData.cs |
2 | 5 | 68 | src/NHibernate/Dialect/Schema/SybaseAnywhereMetaData.cs |
| ||||
protected override string GetIndexName(DataRow rs) { return Convert.ToString(rs["INDEX_NAME"]); } |
| ||||
protected override string GetConstraintName(DataRow rs) { // There is no thing like a constraint name for ASA9 - so // we just use the column name here ... return Convert.ToString(rs["COLUMN_NAME"]); } |
| |||
protected override string [[#variable70c0e580]](DataRow rs) { // There is no thing like a constraint name for ASA9 - so // we just use the column name here ... return Convert.ToString(rs[ [[#variable70c0e4e0]]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#70c0e580]] | GetIndexName |
1 | 2 | [[#70c0e580]] | GetConstraintName |
2 | 1 | [[#70c0e4e0]] | "INDEX_NAME" |
2 | 2 | [[#70c0e4e0]] | "COLUMN_NAME" |