CloneSet1885


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.976class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11059
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultDropDialog.java
21154
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultListDialog.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
59
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultDropDialog.java

/**
 * If the dialog is used to drop indexes.
 */
public static final int DIALOG_TYPE_INDEX = 3;

/**
 * If the dialog is used to drop sequences.
 */
public static final int DIALOG_TYPE_SEQUENCE = 4;

/**
 * If the dialog is used to drop foreign keys.
 */
public static final int DIALOG_TYPE_FOREIGN_KEY = 5;


First
Previous
Clone Instance
2
Line Count
11
Source Line
54
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultListDialog.java

/**
 * If the dialog is used to select indexes.
 */
public static final int DIALOG_TYPE_INDEX = 3;

/**
 * If the dilaog is used to select unique constraints.
 */
public static final int DIALOG_TYPE_UNIQUE_CONSTRAINTS = 4;

/**
 * If the dialog is used to drop sequences.
 */
public static final int DIALOG_TYPE_FOREIGN_KEY = 5;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * If the dialog is used to select indexes.
         */
/**
     * If the dialog is used to drop indexes.
     */
public static final int DIALOG_TYPE_INDEX = 3;

/**
         * If the dilaog is used to select unique constraints.
         */
/**
     * If the dialog is used to drop sequences.
     */
public static final int  [[#variable1c9ba180]]= 4;

/**
         * If the dialog is used to drop sequences.
         */
/**
     * If the dialog is used to drop foreign keys.
     */
public static final int DIALOG_TYPE_FOREIGN_KEY = 5;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9ba180]]
DIALOG_TYPE_SEQUENCE 
12[[#1c9ba180]]
DIALOG_TYPE_UNIQUE_CONSTRAINTS