Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 208 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java |
2 | 2 | 342 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java |
| |||||
// Column JLabel columnLabel = getBorderedLabel(i18n.SOURCE_COLUMN_LABEL + " ", emptyBorder); add(columnLabel, getLabelConstraints(gbc)); |
| |||||
// Columns JLabel columnLabel = getBorderedLabel(i18n.LOOKUP_COLUMNS_LABEL + " ", emptyBorder); add(columnLabel, getLabelConstraints(gbc)); |
| |||
// Column // Columns JLabel columnLabel = getBorderedLabel(i18n. [[#variable1ca03c60]] + " ", emptyBorder); add(columnLabel, getLabelConstraints(gbc)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca03c60]] | SOURCE_COLUMN_LABEL |
1 | 2 | [[#1ca03c60]] | LOOKUP_COLUMNS_LABEL |