Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 132 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SessionInternalFrame.java |
2 | 5 | 128 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/session/SQLInternalFrame.java |
3 | 5 | 112 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLTab.java |
| |||||
SwingUtilities.invokeLater(new Runnable() { public void run() { _sessionPanel.getSQLEntryPanel().requestFocus(); } } ); |
| |||||
SwingUtilities.invokeLater(new Runnable() { public void run() { _sqlPanel.getSQLEntryPanel().requestFocus(); } } ); |
| |||||
SwingUtilities.invokeLater(new Runnable() { public void run() { _comp.getSQLEntryPanel().requestFocus(); } } ); |
| |||
SwingUtilities.invokeLater(new Runnable() { public void run() { [[#variable1c901620]].getSQLEntryPanel().requestFocus(); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c901620]] | _sessionPanel |
1 | 2 | [[#1c901620]] | _sqlPanel |
1 | 3 | [[#1c901620]] | _comp |