Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 3 | 0.957 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 144 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/sqlfilter/SQLFilterSheet.java |
2 | 14 | 229 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/sqlfilter/SQLFilterSheet.java |
| |||||
final boolean isDebug = s_log.isDebugEnabled(); long start = 0; for (Iterator<ISQLFilterPanel> it = _panels.iterator(); it.hasNext();) { ISQLFilterPanel pnl = it.next(); if (isDebug) { start = System.currentTimeMillis(); } pnl.initialize(tab.getSQLFilterClauses()); if (isDebug) { s_log.debug("Panel " + pnl.getTitle() + " initialized in " + (System.currentTimeMillis() - start) + "ms"); } } |
| |||||
final boolean isDebug = s_log.isDebugEnabled(); long start = 0; for (Iterator<ISQLFilterPanel> it = _panels.iterator(); it.hasNext();) { ISQLFilterPanel pnl = it.next(); if (isDebug) { start = System.currentTimeMillis(); } pnl.applyChanges(); if (isDebug) { s_log.debug("Panel " + pnl.getTitle() + " applied changes in " + (System.currentTimeMillis() - start) + "ms"); } } |
| |||
final boolean isDebug = s_log.isDebugEnabled(); long start = 0; for (Iterator<ISQLFilterPanel> it = _panels.iterator(); it.hasNext();) { ISQLFilterPanel pnl = it.next(); if (isDebug) { start = System.currentTimeMillis(); } pnl. [[#variable1ce55820]] [[#variable1ce492a0]]; if (isDebug) { s_log.debug("Panel " + pnl.getTitle() + [[#variable1ce492c0]] + (System.currentTimeMillis() - start) + "ms"); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce55820]] | initialize |
1 | 2 | [[#1ce55820]] | applyChanges |
2 | 1 | [[#1ce492a0]] | (tab.getSQLFilterClauses()) |
2 | 2 | [[#1ce492a0]] | () |
3 | 1 | [[#1ce492c0]] | " initialized in " |
3 | 2 | [[#1ce492c0]] | " applied changes in " |