Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 517 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/ManagePanel.java |
2 | 6 | 567 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/ManagePanel.java |
| |||||
public RemoveButton() { super(jEdit.getProperty("manage-plugins.remove")); table.getSelectionModel().addListSelectionListener(this ); addActionListener(this ); setEnabled(false); } |
| |||||
public HelpButton() { super(jEdit.getProperty("manage-plugins.help")); table.getSelectionModel().addListSelectionListener(this ); addActionListener(this ); setEnabled(false); } |
| |||
public [[#variablec28f180]]() { super(jEdit.getProperty( [[#variablec28f0c0]])); table.getSelectionModel().addListSelectionListener(this ); addActionListener(this ); setEnabled(false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c28f180]] | RemoveButton |
1 | 2 | [[#c28f180]] | HelpButton |
2 | 1 | [[#c28f0c0]] | "manage-plugins.remove" |
2 | 2 | [[#c28f0c0]] | "manage-plugins.help" |