Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.950 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 44 | E:/TSE/Projects-CloneDR/sql12/plugins/codecompletion/src/net/sourceforge/squirrel_sql/plugins/codecompletion/CodeCompletionTableInfo.java |
2 | 7 | 59 | E:/TSE/Projects-CloneDR/sql12/plugins/codecompletion/src/net/sourceforge/squirrel_sql/plugins/codecompletion/CodeCompletionTableInfo.java |
| |||||
if (null != _tableType && !"TABLE".equals(_tableType)) { _toString = _tableName + " (" + _tableType + ")"; } else { _toString = _tableName; } |
| |||||
if (null != _tableType && !"TABLE".equals(_tableType)) { _toString = tabNameWithSchemaHint + " (" + _tableType + ")"; } else { _toString = tabNameWithSchemaHint; } |
| |||
if (null != _tableType && !"TABLE".equals(_tableType)) { _toString = [[#variable1c9f89c0]] + " (" + _tableType + ")"; } else { _toString = [[#variable1c9f89c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f89c0]] | _tableName |
1 | 2 | [[#1c9f89c0]] | tabNameWithSchemaHint |