Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.986 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 64 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/AbbrevEditor.java |
2 | 7 | 78 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/AbbrevEditor.java |
| |||||
label.setBorder(new EmptyBorder(6, 0, 3, 0)); layout.setConstraints(label, cons); add(label); cons.gridy++; cons.weighty = 1.0F; beforeCaret = new JTextArea(4, 40); |
| |||||
label.setBorder(new EmptyBorder(6, 0, 3, 0)); layout.setConstraints(label, cons); add(label); cons.gridy++; cons.weighty = 1.0F; afterCaret = new JTextArea(4, 40); |
| |||
label.setBorder(new EmptyBorder(6, 0, 3, 0)); layout.setConstraints(label, cons); add(label); cons.gridy++; cons.weighty = 1.0F; [[#variableaedeb00]]= new JTextArea(4, 40); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aedeb00]] | beforeCaret |
1 | 2 | [[#aedeb00]] | afterCaret |