Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.959 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 229 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/DualProgressBarDialog.java |
2 | 7 | 241 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/gui/DualProgressBarDialog.java |
| |||||
public static void setTopMessage( final String message) { if (SwingUtilities.isEventDispatchThread()) { topMessage.setText(message); } else { SwingUtilities.invokeLater(new Runnable() { public void run() { topMessage.setText(message); } } ); } } |
| |||||
public static void setBottomMessage( final String message) { if (SwingUtilities.isEventDispatchThread()) { bottomMessage.setText(message); } else { SwingUtilities.invokeLater(new Runnable() { public void run() { bottomMessage.setText(message); } } ); } } |
| |||
public static void [[#variable1cdbea20]]( final String message) { if (SwingUtilities.isEventDispatchThread()) { [[#variable1cdbe920]].setText(message); } else { SwingUtilities.invokeLater(new Runnable() { public void run() { [[#variable1cdbe920]].setText(message); } } ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdbea20]] | setTopMessage |
1 | 2 | [[#1cdbea20]] | setBottomMessage |
2 | 1 | [[#1cdbe920]] | topMessage |
2 | 2 | [[#1cdbe920]] | bottomMessage |