Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.960 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 158 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java |
2 | 6 | 172 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/SelectLineRange.java |
| |||||
panel.add(label); startField = new JTextField(10); cons.gridx = 1; cons.weightx = 1.0F; layout.setConstraints(startField, cons); |
| |||||
panel.add(label); endField = new JTextField(10); cons.gridx = 1; cons.weightx = 1.0F; layout.setConstraints(endField, cons); |
| |||
panel.add(label); [[#variablee237640]]= new JTextField(10); cons.gridx = 1; cons.weightx = 1.0F; layout.setConstraints( [[#variablee237640]], cons); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e237640]] | startField |
1 | 2 | [[#e237640]] | endField |