Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.990 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 192 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java |
2 | 9 | 327 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java |
| |||||
setBorder(new EmptyBorder(10, 0, 0, 30)); GridBagConstraints gbc = new GridBagConstraints(); gbc.gridx = 0; gbc.gridy = -1; // Table JLabel tableLabel = getBorderedLabel(i18n.SOURCE_TABLE_LABEL + " ", emptyBorder); add(tableLabel, getLabelConstraints(gbc)); |
| |||||
setBorder(new EmptyBorder(10, 0, 0, 30)); GridBagConstraints gbc = new GridBagConstraints(); gbc.gridx = 0; gbc.gridy = -1; // Table JLabel tableLabel = getBorderedLabel(i18n.LOOKUP_TABLE_LABEL + " ", emptyBorder); add(tableLabel, getLabelConstraints(gbc)); |
| |||
setBorder(new EmptyBorder(10, 0, 0, 30)); GridBagConstraints gbc = new GridBagConstraints(); gbc.gridx = 0; gbc.gridy = -1; // Table JLabel tableLabel = getBorderedLabel(i18n. [[#variable1ccaab20]] + " ", emptyBorder); add(tableLabel, getLabelConstraints(gbc)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccaab20]] | SOURCE_TABLE_LABEL |
1 | 2 | [[#1ccaab20]] | LOOKUP_TABLE_LABEL |