Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 5 | 0.954 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 17 | src/NHibernate/Dialect/Schema/AbstractColumnMetaData.cs |
2 | 16 | 46 | src/NHibernate/Dialect/Schema/AbstractTableMetadata.cs |
| ||||
public string Name { get { return name; } protected set { name = value; } } public string TypeName { get { return typeName; } protected set { typeName = value; } } public int ColumnSize { get { return columnSize; } protected set { columnSize = value; } } |
| ||||
public string Name { get { return name; } protected set { name = value; } } public string Catalog { get { return catalog; } protected set { catalog = value; } } public string Schema { get { return schema; } protected set { schema = value; } } |
| |||
public string Name { get { return name; } protected set { name = value; } } public string [[#variable57d20860]] { get { return [[#variable2cb6d340]]; } protected set { [[#variable2cb6d340]]= value; } } public [[#variable290cf0e0]] [[#variable45ec7040]] { get { return [[#variable57d207a0]]; } protected set { [[#variable57d207a0]]= value; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57d20860]] | Catalog |
1 | 2 | [[#57d20860]] | TypeName |
2 | 1 | [[#2cb6d340]] | catalog |
2 | 2 | [[#2cb6d340]] | typeName |
3 | 1 | [[#290cf0e0]] | string |
3 | 2 | [[#290cf0e0]] | int |
4 | 1 | [[#45ec7040]] | Schema |
4 | 2 | [[#45ec7040]] | ColumnSize |
5 | 1 | [[#57d207a0]] | schema |
5 | 2 | [[#57d207a0]] | columnSize |