Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 665 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FrontBaseDialectExt.java |
2 | 8 | 678 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HSQLDialectExt.java |
| |||||
{ // "DROP INDEX $indexName$"; StringTemplate st = new StringTemplate(ST_DROP_INDEX_STYLE_THREE); st.setAttribute(ST_INDEX_NAME_KEY, indexName); return st.toString(); } |
| |||||
{ // DROP INDEX index [IF EXISTS]; // "DROP INDEX $indexName$"; StringTemplate st = new StringTemplate(ST_DROP_INDEX_STYLE_THREE); st.setAttribute(ST_INDEX_NAME_KEY, indexName); return st.toString(); } |
| |||
{ // DROP INDEX index [IF EXISTS]; // "DROP INDEX $indexName$"; StringTemplate st = new StringTemplate(ST_DROP_INDEX_STYLE_THREE); st.setAttribute(ST_INDEX_NAME_KEY, indexName); return st.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |