CloneSet2148


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.972method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1138
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ProgressDialogController.java
2152
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ProgressDialogController.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
38
Source File
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);


First
Previous
Clone Instance
2
Line Count
1
Source Line
52
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/installer/ProgressDialogController.java

void resetProgressDialog(String title, String msg, int total);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca42560]]
showProgressDialog 
12[[#1ca42560]]
resetProgressDialog