Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.950 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 162 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/NewSessionPropertiesSheet.java |
2 | 5 | 122 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsSheet.java |
3 | 4 | 171 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionPropertiesSheet.java |
| |||||
if (isDebug) { s_log.debug("Panel " + pnl.getTitle() + " applied changes in " + (System.currentTimeMillis() - start) + "ms"); } |
| |||||
if (isDebug) { s_log.debug("Panel " + _editWhereColsPanel.getTitle() + " initialized in " + (System.currentTimeMillis() - start) + "ms"); } |
| |||||
if (isDebug) { s_log.debug("Panel " + pnl.getTitle() + " applied changes in " + (System.currentTimeMillis() - start) + "ms"); } |
| |||
if (isDebug) { s_log.debug("Panel " + [[#variable1c887180]].getTitle() + [[#variable1c887120]] + (System.currentTimeMillis() - start) + "ms"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c887180]] | pnl |
1 | 2 | [[#1c887180]] | _editWhereColsPanel |
1 | 3 | [[#1c887180]] | pnl |
2 | 1 | [[#1c887120]] | " applied changes in " |
2 | 2 | [[#1c887120]] | " initialized in " |
2 | 3 | [[#1c887120]] | " applied changes in " |