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_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 124 | src/NHibernate/Dialect/Schema/SybaseAnywhereMetaData.cs |
2 | 5 | 132 | src/NHibernate/Dialect/Schema/SybaseAnywhereMetaData.cs |
| ||||
public SybaseAnywhereIndexMetaData(DataRow rs) : base(rs) { Name = (string) rs["INDEX_NAME"]; } |
| ||||
public SybaseAnywhereForeignKeyMetaData(DataRow rs) : base(rs) { // There is no thing like a constraint name for ASA9 - so // we just use the column name here ... Name = (string) rs["COLUMN_NAME"]; } |
| |||
public [[#variable6e6444e0]](DataRow rs): base(rs) { // There is no thing like a constraint name for ASA9 - so // we just use the column name here ... Name = (string)rs[ [[#variable6e644440]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6e6444e0]] | SybaseAnywhereIndexMetaData |
1 | 2 | [[#6e6444e0]] | SybaseAnywhereForeignKeyMetaData |
2 | 1 | [[#6e644440]] | "INDEX_NAME" |
2 | 2 | [[#6e644440]] | "COLUMN_NAME" |