Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.972 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 38 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ProgressDialogController.java |
2 | 1 | 52 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ProgressDialogController.java |
| |||||
/** * Shows a progress bar with the specified title and message, with the number of increments set to total. * * @param title * the title of the dialog * @param msg * the message to display in the body of the dialog * @param total * the number of increments the bar is made of */ void showProgressDialog(String title, String msg, int total); |
| |||||
void resetProgressDialog(String title, String msg, int total); |
| |||
/** * Shows a progress bar with the specified title and message, with the number of increments set to total. * * @param title * the title of the dialog * @param msg * the message to display in the body of the dialog * @param total * the number of increments the bar is made of */ void [[#variable1ca42560]](String title, String msg, int total); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca42560]] | showProgressDialog |
1 | 2 | [[#1ca42560]] | resetProgressDialog |