Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 94 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/commands/CopyTableCommand.java |
2 | 2 | 214 | E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DiffExecutor.java |
3 | 2 | 94 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java |
4 | 2 | 99 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/MergeColumnCommand.java |
5 | 2 | 113 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/MergeTableCommand.java |
| |||||
String catalog = dbObjs[0].getCatalogName(); String schema = dbObjs[0].getSchemaName(); |
| |||||
// Assume objs[0] is a schema/catalog String catalog = objs[0].getCatalogName(); String schema = objs[0].getSchemaName(); |
| |||||
String catalog = _info[0].getCatalogName(); String schema = _info[0].getSchemaName(); |
| |||||
String catalog = _info[0].getCatalogName(); String schema = _info[0].getSchemaName(); |
| |||||
String catalog = _info[0].getCatalogName(); String schema = _info[0].getSchemaName(); |
| |||
// Assume objs[0] is a schema/catalog String catalog = [[#variable1cc3ee00]][0].getCatalogName(); String schema = [[#variable1cc3ee00]][0].getSchemaName(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc3ee00]] | dbObjs |
1 | 2 | [[#1cc3ee00]] | objs |
1 | 3 | [[#1cc3ee00]] | _info |
1 | 4 | [[#1cc3ee00]] | _info |
1 | 5 | [[#1cc3ee00]] | _info |