Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.962 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 42 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/AddAbbrevDialog.java |
2 | 7 | 95 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/EditAbbrevDialog.java |
| |||||
editor.setBorder(new EmptyBorder(6, 0, 12, 0)); content.add(BorderLayout.CENTER, editor); Box box = new Box(BoxLayout.X_AXIS); box.add(Box.createGlue()); global = new JButton(jEdit.getProperty("add-abbrev.global")); global.addActionListener(new ActionHandler()); |
| |||||
editor.setBorder(new EmptyBorder(0, 0, 12, 0)); content.add(BorderLayout.CENTER, editor); Box box = new Box(BoxLayout.X_AXIS); box.add(Box.createGlue()); ok = new JButton(jEdit.getProperty("common.ok")); ok.addActionListener(new ActionHandler()); |
| |||
editor.setBorder(new EmptyBorder( [[#variableae8f3e0]], 0, 12, 0)); content.add(BorderLayout.CENTER, editor); Box box = new Box(BoxLayout.X_AXIS); box.add(Box.createGlue()); [[#variableae70e20]]= new JButton(jEdit.getProperty( [[#variableae8de20]])); [[#variableae70e20]].addActionListener(new ActionHandler()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ae8f3e0]] | 6 |
1 | 2 | [[#ae8f3e0]] | 0 |
2 | 1 | [[#ae70e20]] | global |
2 | 2 | [[#ae70e20]] | ok |
3 | 1 | [[#ae8de20]] | "add-abbrev.global" |
3 | 2 | [[#ae8de20]] | "common.ok" |