Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 40 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/tab/ShowColumnsTab.java |
2 | 4 | 40 | E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/tab/ShowIndexesTab.java |
| |||||
protected String getSQL() { final String tbl = getDatabaseObjectInfo().getQualifiedName(); return "show full columns from " + tbl; } |
| |||||
protected String getSQL() { final String tbl = getDatabaseObjectInfo().getQualifiedName(); return "show indexes from " + tbl; } |
| |||
protected String getSQL() { final String tbl = getDatabaseObjectInfo().getQualifiedName(); return [[#variable1c9cdfc0]] + tbl; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9cdfc0]] | "show full columns from " |
1 | 2 | [[#1c9cdfc0]] | "show indexes from " |