Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.968 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 36 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DatabaseObjectQualifier.java |
2 | 13 | 25 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/TableFrameControllerXmlBean.java |
| |||||
public String getCatalog() { return catalog; } public void setCatalog(String catalog) { this.catalog = catalog; } public String getSchema() { return schema; } |
| |||||
public String getCatalog() { return catalog; } public void setCatalog(String catalog) { this.catalog = catalog; } public String getTablename() { return tablename; } |
| |||
public String getCatalog() { return catalog; } public void setCatalog(String catalog) { this.catalog = catalog; } public String [[#variable1c86bdc0]]() { return [[#variable1c86bd20]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c86bdc0]] | getSchema |
1 | 2 | [[#1c86bdc0]] | getTablename |
2 | 1 | [[#1c86bd20]] | schema |
2 | 2 | [[#1c86bd20]] | tablename |