Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.976 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 59 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultDropDialog.java |
2 | 11 | 54 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultListDialog.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; |
| |||||
/** * 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; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9ba180]] | DIALOG_TYPE_SEQUENCE |
1 | 2 | [[#1c9ba180]] | DIALOG_TYPE_UNIQUE_CONSTRAINTS |