Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 73 | E:/TSE/Projects-CloneDR/sql12/plugins/h2/src/net/sourceforge/squirrel_sql/plugins/h2/tab/SequenceDetailsTab.java |
2 | 7 | 70 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/tab/SequenceDetailsTab.java |
| |||||
if (s_log.isDebugEnabled()) { s_log.debug("Sequence details SQL: " + SQL); s_log.debug("Sequence schema: " + doi.getSchemaName()); s_log.debug("Sequence name: " + doi.getSimpleName()); } PreparedStatement pstmt = session.getSQLConnection().prepareStatement(SQL); |
| |||||
if (s_log.isDebugEnabled()) { s_log.debug("Sequence details SQL: " + sql); s_log.debug("Sequence schema: " + doi.getSchemaName()); s_log.debug("Sequence name: " + doi.getSimpleName()); } PreparedStatement pstmt = session.getSQLConnection().prepareStatement(sql); |
| |||
if (s_log.isDebugEnabled()) { s_log.debug("Sequence details SQL: " + [[#variable1cd75f80]]); s_log.debug("Sequence schema: " + doi.getSchemaName()); s_log.debug("Sequence name: " + doi.getSimpleName()); } PreparedStatement pstmt = session.getSQLConnection().prepareStatement( [[#variable1cd75f80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd75f80]] | SQL |
1 | 2 | [[#1cd75f80]] | sql |