Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 410 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java |
2 | 1 | 415 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/GenerateSqlDialog.java |
| |||||
/* add the tables. */ ITableInfo[] tables = _session.getSchemaInfo().getITableInfos(catalog, null, new ObjFilterMatcher(), new String[] { "TABLE" } ); |
| |||||
/* add the views. */ ITableInfo[] views = _session.getSchemaInfo().getITableInfos(catalog, null, new ObjFilterMatcher(), new String[] { "VIEW" } ); |
| |||
/* add the views. */ /* add the tables. */ ITableInfo[] [[#variable1c9820c0]]= _session.getSchemaInfo().getITableInfos(catalog, null, new ObjFilterMatcher(), new String[] { [[#variable1c982060]] } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9820c0]] | tables |
1 | 2 | [[#1c9820c0]] | views |
2 | 1 | [[#1c982060]] | "TABLE" |
2 | 2 | [[#1c982060]] | "VIEW" |