CloneSet1850


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.953statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14212
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java
24187
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultListDialog.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
212
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java

_columnList.addListSelectionListener(new ColumnListSelectionListener());
_columnList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
JScrollPane columnScrollPane = new JScrollPane(_columnList);


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

_columnList.addListSelectionListener(new ColumnListSelectionListener());
_columnList.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
JScrollPane sp = new JScrollPane(_columnList);


Clone AbstractionParameter Count: 2Parameter Bindings

_columnList.addListSelectionListener(new ColumnListSelectionListener());
_columnList.setSelectionMode(ListSelectionModel. [[#variable1c9af240]]);
JScrollPane  [[#variable1c9af260]]= new JScrollPane(_columnList);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c9af240]]
SINGLE_SELECTION 
12[[#1c9af240]]
MULTIPLE_INTERVAL_SELECTION 
21[[#1c9af260]]
columnScrollPane 
22[[#1c9af260]]
sp