CloneSet594


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.987statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18127
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindDialog.java
28136
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindReplaceDialog.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
127
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindDialog.java

// create a panel with all 4 buttons of the window
FormLayout layout = new FormLayout("fill:pref", // columns 
                                    "pref, 3dlu, pref, 3dlu, pref"); // rows
CellConstraints cc = new CellConstraints();
JPanel buttonPanel = new JPanel(layout);
findButton.addActionListener(this );
findButton.setActionCommand("FIND");


First
Previous
Clone Instance
2
Line Count
8
Source Line
136
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindReplaceDialog.java

// create a panel with all 4 buttons of the window
FormLayout layout = new FormLayout("fill:pref", // columns 
                                    "pref, 3dlu, pref, 3dlu, pref, 3dlu, pref"); // rows
CellConstraints cc = new CellConstraints();
JPanel buttonPanel = new JPanel(layout);
findButton.addActionListener(this );
findButton.setActionCommand("FIND");


Clone AbstractionParameter Count: 1Parameter Bindings

// create a panel with all 4 buttons of the window
FormLayout layout = new FormLayout("fill:pref", // columns 
                                     [[#variable13083c60]]); // rows
CellConstraints cc = new CellConstraints();
JPanel buttonPanel = new JPanel(layout);
findButton.addActionListener(this );
findButton.setActionCommand("FIND");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13083c60]]
"pref, 3dlu, pref, 3dlu, pref" 
12[[#13083c60]]
"pref, 3dlu, pref, 3dlu, pref, 3dlu, pref"