Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 177 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropPrimaryKeyCommand.java |
2 | 2 | 68 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/PrimaryKeyCommandUtility.java |
| |||||
SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); PrimaryKeyInfo[] infos = md.getPrimaryKey(ti); |
| |||||
SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); PrimaryKeyInfo[] pks = md.getPrimaryKey(ti); |
| |||
SQLDatabaseMetaData md = _session.getSQLConnection().getSQLMetaData(); PrimaryKeyInfo[] [[#variable1c967b60]]= md.getPrimaryKey(ti); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c967b60]] | infos |
1 | 2 | [[#1c967b60]] | pks |