Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.953 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 212 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java |
2 | 4 | 187 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultListDialog.java |
| |||||
_columnList.addListSelectionListener(new ColumnListSelectionListener()); _columnList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); JScrollPane columnScrollPane = new JScrollPane(_columnList); |
| |||||
_columnList.addListSelectionListener(new ColumnListSelectionListener()); _columnList.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); JScrollPane sp = new JScrollPane(_columnList); |
| |||
_columnList.addListSelectionListener(new ColumnListSelectionListener()); _columnList.setSelectionMode(ListSelectionModel. [[#variable1c9af240]]); JScrollPane [[#variable1c9af260]]= new JScrollPane(_columnList); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9af240]] | SINGLE_SELECTION |
1 | 2 | [[#1c9af240]] | MULTIPLE_INTERVAL_SELECTION |
2 | 1 | [[#1c9af260]] | columnScrollPane |
2 | 2 | [[#1c9af260]] | sp |