Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.962 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 40 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/EditAbbrevDialog.java |
2 | 5 | 48 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/EditAbbrevDialog.java |
| |||||
//{{{ EditAbbrevDialog constructor /** * @since jEdit 4.2pre3 */ public EditAbbrevDialog(Frame frame, String abbrev, String expansion, Map abbrevs) { super(frame, jEdit.getProperty("edit-abbrev.title"), true); init(abbrev, expansion, abbrevs); } //}}} |
| |||||
//{{{ EditAbbrevDialog constructor public EditAbbrevDialog(Dialog dialog, String abbrev, String expansion, Map abbrevs) { super(dialog, jEdit.getProperty("edit-abbrev.title"), true); init(abbrev, expansion, abbrevs); } //}}} |
| |||
//{{{ EditAbbrevDialog constructor /** * @since jEdit 4.2pre3 */ public EditAbbrevDialog( [[#variableaef3320]] [[#variableaef3700]], String abbrev, String expansion, Map abbrevs) { super( [[#variableaef3700]], jEdit.getProperty("edit-abbrev.title"), true); init(abbrev, expansion, abbrevs); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aef3320]] | Frame |
1 | 2 | [[#aef3320]] | Dialog |
2 | 1 | [[#aef3700]] | frame |
2 | 2 | [[#aef3700]] | dialog |