Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 195 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSBrowser.java |
2 | 3 | 47 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/AbbrevEditor.java |
3 | 3 | 481 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/SearchDialog.java |
| |||||
JLabel label = new JLabel(jEdit.getProperty("vfs.browser.path"), SwingConstants.RIGHT); label.setBorder(new EmptyBorder(0, 0, 0, 12)); |
| |||||
JLabel label = new JLabel(jEdit.getProperty("abbrev-editor.abbrev"), SwingConstants.RIGHT); label.setBorder(new EmptyBorder(0, 0, 0, 12)); |
| |||||
JLabel label = new JLabel(jEdit.getProperty("search.filterField"), SwingConstants.RIGHT); label.setBorder(new EmptyBorder(0, 0, 0, 12)); |
| |||
JLabel label = new JLabel(jEdit.getProperty( [[#variableaefbfe0]]), SwingConstants.RIGHT); label.setBorder(new EmptyBorder(0, 0, 0, 12)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aefbfe0]] | "vfs.browser.path" |
1 | 2 | [[#aefbfe0]] | "abbrev-editor.abbrev" |
1 | 3 | [[#aefbfe0]] | "search.filterField" |