Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.981 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 257 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/DatabaseObjectInfo.java |
2 | 12 | 271 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/DatabaseObjectInfo.java |
| |||||
{ if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append(_catalog); if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append(catSep); } |
| |||||
{ if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append(_schema); if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append(catSep); } |
| |||
{ if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append( [[#variable1c917280]]); if (identifierQuoteString != null) { buf.append(identifierQuoteString); } buf.append(catSep); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c917280]] | _catalog |
1 | 2 | [[#1c917280]] | _schema |