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.971 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1412 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java |
2 | 4 | 1418 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/schemainfo/SchemaInfo.java |
| |||||
{ // load tables with catalog = doi.getCatalog() and schema = doi.getSchema() _schemaInfoCache.clearTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { "TABLE" } ); loadTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { "TABLE" }, 1); } |
| |||||
{ // load views with catalog = doi.getCatalog() and schema = doi.getSchema() _schemaInfoCache.clearTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { "VIEW" } ); loadTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { "VIEW" }, 1); } |
| |||
{ // load tables with catalog = doi.getCatalog() and schema = doi.getSchema() // load views with catalog = doi.getCatalog() and schema = doi.getSchema() _schemaInfoCache.clearTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { [[#variable1cdeb800]] } ); loadTables(doi.getCatalogName(), doi.getSchemaName(), null, new String[] { [[#variable1cdeb800]] }, 1); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdeb800]] | "TABLE" |
1 | 2 | [[#1cdeb800]] | "VIEW" |