Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.987 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 127 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/FindDialog.java |
2 | 8 | 136 | 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"); // rows CellConstraints cc = new CellConstraints(); JPanel buttonPanel = new JPanel(layout); findButton.addActionListener(this ); findButton.setActionCommand("FIND"); |
| |||||
// 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"); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13083c60]] | "pref, 3dlu, pref, 3dlu, pref" |
1 | 2 | [[#13083c60]] | "pref, 3dlu, pref, 3dlu, pref, 3dlu, pref" |